jmsv / ety-python

A Python module to discover the etymology of words
http://ety-python.rtfd.io
MIT License
144 stars 18 forks source link

Change to using pytest as test runner #46

Closed alxwrd closed 6 years ago

alxwrd commented 6 years ago

With the change in #45, I think we might as well switch to using pytest as the test runner? I was hoping to do a bit more around changing the tests to be 'pytest style', but I think just changing the runner is a good place to start.

jmsv commented 6 years ago

Lookin good, a couple of other things I've been meaning to do are:

Not sure what the best way of structuring this is though