makson96 / Dynamics

Dynamics PyMOL Plugin
GNU General Public License v3.0
39 stars 17 forks source link

Automated testing #85

Open ghost opened 7 years ago

ghost commented 7 years ago

At this moment, the software is very vulnerable for the regressions, as developers manual tests are the only requirement for the commit.

We should introduce "debug mode" for the plugin which will allow few scripts to run it in search for regressions.

We should also investigate use of the travis for Continuous integration.

makson96 commented 6 years ago

This is work in progress. Initial Travis CI support is in place. More tests needs to be prepared in "tests" directory. We should also think about tests on Windows and Mac OS.