OrderN / CONQUEST-release

Full public release of large scale and linear scaling DFT code CONQUEST
http://www.order-n.org/
MIT License
94 stars 24 forks source link

Repeated code in testsuite #304

Open tkoskela opened 3 months ago

tkoskela commented 3 months ago

The individual test cases (def test_001, def test_002, etc.) in test_check_output.py repeat almost the same three lines of code for every test case. This could be simplified to parametrize on both the test directory and the keys to be checked.