aiidateam / aiida-testing

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

Add flag to force regenerating files #8

Closed greschd closed 4 years ago

greschd commented 4 years ago

We should add a command-line flag to wipe the output directory before running the tests.

In the case of "uniquely labelled" content, maybe there should be an option to only regenerate it if the test was actually run.

Also useful would be a way to delete only outputs that were never touched during the test run.