eseraygun / python-alignment

Native Python library for generic sequence alignment
BSD 3-Clause "New" or "Revised" License
55 stars 14 forks source link

added unit tests #8

Closed de-code closed 7 years ago

de-code commented 7 years ago

As requested, you preferred to keep the unit tests separate.

Probably best to keep the other PR open for the ongoing development (with the corresponding discussions).

I haven't updated the readme.

You can run the tests via: pytest

or: pytest-watch

(assuming those libraries are installed)