Pytest migration - #73
Conversation
|
This is quite difficult to parse without more explanation. To start can you describe specifically the changes that were needed to get pytest working? Do the same changes work in python 2 as well? |
|
I tested locally only on python2, but I based the change on #60 to move forward, and auto test with python3.6 with travis. Unless you want the changes in before #60 ? |
runtests can now also run by itself.
|
In python3.6 it seems I hit something similar to https://stackoverflow.com/questions/13194384/instantiate-decimal-class... You can see it there : https://travis-ci.com/garethdmm/gryphon/jobs/222258554 @cclauss did you experience the same thing ? Any clue ? |
Modifying tests to run independently or as packages, with pytest.
relies on #60