aiidateam / aiida-testing

A pytest plugin to simplify testing of AiiDA plugins.
MIT License
5 stars 6 forks source link

Config file detection #12

Open greschd opened 4 years ago

greschd commented 4 years ago

Currently, the .aiida-testing-config.yml config file is searched for in the CWD and all its parent directories. The recommended place to put it for an AiiDA plugin would be at the project root, so that it is always found regardless of where in the project the tests are executed.

Question to plugin developers: Does this work with your use case / plugin structure?