lubianat / pyorcidator

MIT License
9 stars 5 forks source link

Think about implementing a test suite #18

Closed jvfe closed 2 years ago

jvfe commented 2 years ago

I believe testing is a good thing to work on going forward, since the base functionality of the code is - more or less - achieved. As we go through implementing new features and what not, it'd be a nice safety net to have an adjacent testing suite, so we don't break the basics. I'd recommend going with pytest, but Python's own testing module, unittest is pretty good too.

lubianat commented 2 years ago

I guess this is done.