Skip to content

WIP: Vasp testing

Alexander Tygesen requested to merge AlTy/ase:vasp_test into master

The old tests were rather buggy with the new Pytest interface - since they were quite outdated anyways, I figured it was time to give them an update, and utilize some of the pytest module features as well, to speed them up, e.g. by reusing calculations which have been executed, as most tests just want to check contents of files of dummy calculations anyway.

Merge request reports