aiidateam / aiida-testing

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

Bugfix for specifying relative paths in .aiida-testing-config.yml #57

Closed janssenhenning closed 1 year ago

janssenhenning commented 2 years ago

The path manipulation was using the full path of the config file instead of the path to the directory of the config file

This was not noticed since the executable is only executed when regenerating test data and no test was added in aiida-testing (My bad :() A test is now added

janssenhenning commented 1 year ago

@ltalirz I don't know what to make of the failing tests. Did something change in how the AiiDA test profile has to be set up?

ltalirz commented 1 year ago

Thanks @janssenhenning ! I'll have a look into the erorr

ltalirz commented 1 year ago

Fixed, can you please rebase on develop ?