IRL2 / nanover-server-py

https://irl2.github.io/nanover-docs/#
Other
0 stars 1 forks source link

Fix imports for tests #295

Open Ragzouken opened 2 weeks ago

Ragzouken commented 2 weeks ago

nanover-core has an __init__.py which seems necessary for the relative imports it uses, but this occupies tests in the namespace so no other set of tests can have an __init__.py -- what can be done to make this work properly?

jbarnoud commented 1 week ago

The simplest solution is maybe to give distinct names to each test directories. This would avoid one type of unnecessary coupling between the test suites.