EdinburghGenomics / pyclarity-lims

Python interface to the GenoLogics LIMS server via its REST API.
MIT License
11 stars 5 forks source link

Integration tests included in install #28

Closed mwhamgenomics closed 6 years ago

mwhamgenomics commented 6 years ago

When trying to run integration tests in, e.g, EGCG-Project-Management and trying to import things from within its integration_tests module, Python instead imports the integration_tests module from pyclarity-lims because it's installed to site-packages, and then runs into ImportErrors. We should include 'integration_tests' in setup/packages/exclude