dftlibs / xcfun

XCFun: A library of exchange-correlation functionals with arbitrary-order derivatives
https://dftlibs.org/xcfun/
Mozilla Public License 2.0
57 stars 32 forks source link

Python interface is untested during automated tests #43

Closed bast closed 5 years ago

bast commented 6 years ago

It is too easy to break code when it is untested.

chjacob-tubs commented 6 years ago

Can you give a a hint where the automatic tests are and how I can run / test them? I will try to take care of this then.

bast commented 6 years ago

We use Travis and Appveyor:

Step one would be to make them part of the "test" target:

robertodr commented 5 years ago

I think Python tests should use pytest. How to hook them up with CMake is up for debate.

robertodr commented 5 years ago

:man_facepalming: Actually I solved this one with this commit on April 23 2018

chjacob-tubs commented 5 years ago

Fixed with #93