Migrate to Pytest - #527
Conversation
|
CI is green. What do you think about this @mfeurer @janvanrijn ? |
mfeurer
left a comment
There was a problem hiding this comment.
Looks good to me. Could you please explain why use you replaced python setup.py develop by pip install -e '.[test]`` and what the argument '.[test]'` does?
|
So, installs the local package. To get the behavior of And to install extra dependencies, one would do, which installs extra "test" dependencies specified in the with some parenthesis as I wasn't sure how bash would handle it. |
|
Thanks a lot for explaining this. I just talked to @janvanrijn and he's okay with merging this. Thanks a lot! |
|
Thanks for the review @mfeurer ! |
Closes #327
nose is not longer maintained and most popular packages in the scientific python community have migrated to pytest. The existing tests will run without modifications with pytest, but it will make easier,