knossos-project / knossos_utils

Python library for interacting with KNOSSOS data sets and annotation files
GNU General Public License v2.0
9 stars 9 forks source link

Create tests! #16

Open sdorkenw opened 7 years ago

sdorkenw commented 7 years ago

We desperately need tests! Things get changed without testing their implications and effects on the functionality...

mdraw commented 7 years ago

Yes, something like a test suite with http://pytest.org and eventually automated testing using tox and CI services will be a huge improvement and make collaboration easier. Does anyone have concrete plans for this?