daquang / YAMDA

Yet Another Motif Discovery Algorithm
MIT License
51 stars 7 forks source link

pytest #2

Closed darkhipo closed 6 years ago

darkhipo commented 6 years ago

Get ya' minions to write you some pytests. You can tell them it's of the learning and so forth in that general direction. https://docs.pytest.org/en/latest/

They can py-doc up your functions too so that you can get nice online documentation for free.
https://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html

daquang commented 6 years ago

Thanks!