You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: