payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 25 forks source link

Manifest tests need refactoring #390

Open aidanheerdegen opened 7 months ago

aidanheerdegen commented 7 months ago

The tests in test_manifest.py are not independent.

Got an error when I tried

pytest test/test_manifest.py -k test_exe_reproduce

because it required state from previous tests. This is bad.

They need refactoring to ensure tests are independent.