Closed palao closed 2 years ago
Closing a re-opening to trigger CI
Hey @palao thanks for contributing. As you can see I re-wrote the tests when I found out that nose
is no longer supported. I've edited your tests (thank you) to adapt them to pytest
, and have also realized that GH actions isn't triggering on pull requests properly. I'll try to get tests running and merge this as soon as possible.
Hi @mdshw5 . It was my bad: I used master as the base branch of my changes. I thought I was already in develop... (indeed I wanted to suggest switching to pytest :rofl: )
No It was my bad. I was pushing to master, and you correctly contributed against develop. I quickly rebased develop so your PR would make sense. I like pytest so far and should have switched earlier. It's disappointing that I've had to switch both CI providers and test frameworks in the past year, but I guess nothing lasts forever...
Thanks for the contribution @palao. I'll tag a new release asap.
This PR concerns issue #183 I wasn't sure about where to write the tests so I added a new file. Also I would like to know your opinion about how the test this thing: is the proposed test enough?