When I ran the tests in PyCharm, they would only pass after a systematic change: by removing tests/ from all relative paths, e.g. tests/default_config.ini => default_config.ini. This was true for all three test modules. Probably a matter of configuration but I could not figure out where to configure that.
When I ran the tests in PyCharm, they would only pass after a systematic change: by removing
tests/from all relative paths, e.g.tests/default_config.ini => default_config.ini. This was true for all three test modules. Probably a matter of configuration but I could not figure out where to configure that.