payu-org / payu

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

Manifest tests need refactoring #390

Open aidanheerdegen opened 12 months ago

aidanheerdegen commented 12 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.