J35P312 / SVDB

structural variant database software
MIT License
38 stars 16 forks source link

Initial tests #37

Closed DanielAndreasen closed 3 years ago

DanielAndreasen commented 3 years ago

This adds a single test as a starting point to more testing of codebase. Additionally I've added CI for python 2.7, 3.6-3.9.

There is still a long way to go in order to test everything, but it will come with refactoring into smaller pieces of functions.

The test is run by: $ python setup.py test

DanielAndreasen commented 3 years ago

The CI part can be seen in my fork here by clicking on the different python versions to the left: https://github.com/DanielAndreasen/SVDB/actions/runs/420533337

J35P312 commented 3 years ago

Thanks! That is really nice, a good start!