aiidateam / aiida-quantumespresso

The official AiiDA plugin for Quantum ESPRESSO
https://aiida-quantumespresso.readthedocs.io
Other
52 stars 77 forks source link

Tests: Catch warning in `restart_mode` test for `PwBaseWorkChain` #942

Closed mbercx closed 1 year ago

mbercx commented 1 year ago

The test_restart_mode test was raising a warning related to the presence of the parent_folder input for restart_mode = restart (which is expected).

Here the test is adapted to catch the warning for this this input and make sure the message is correct.