diffcalc
diffcalc copied to clipboard
Migrate to pytest 4
Yield tests were removed in pytest 4. Convert to parameterized.
The final test file to be migrated is test/diffcalc/hkl/you/test_calc.py but this is significantly more complex.
To prevent blocking other work (and given that there is currently no CI running for the project) it is probably reasonable to merge this now then create another ticket/issue to fix the remaining test file.
@PeterHolloway would you mind reviewing the migration in these two PR tests?