Switch to pytest
See original GitHub issue- use pytest markers
- use pytest for runtests and ci tests.
- remove the
pytest_tools
directory. - remove
run_module_suite
from the test files. - fixup the remaining yield tests, warnings currently suppressed in ci testing.
- test for nose dependencies by removing nose import from some ci tests.
- update documentation
- update
numpy-wheels
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:24 (24 by maintainers)
Top Results From Across the Web
Usage and Invocations — pytest documentation
Pytest supports several ways to run and select tests from the command-line. ... This will run tests which contain names that match the...
Read more >Pytest | PyCharm Documentation - JetBrains
From the main menu, choose Navigate | Test. · From the context menu, choose Go To | Test. Go to test · Press...
Read more >Effective Python Testing With Pytest
In this tutorial, you'll learn how to take your testing to the next level with pytest. You'll cover intermediate and advanced pytest ......
Read more >switch to pytest · Issue #25 · jupyter/jupyter_kernel_test - GitHub
pytest makes you write top-level functions and assert statements. you don't need to derive from classes (saving a pointless indentation level) ...
Read more >How to set-up and use py.test in Pycharm | testmon
Since we are using a clean virtual environment, we'll have to install py.test package in order to use it for running the tests....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If you are looking for other things to do for the first day on the job, I would like to branch 1.15 fairly soon, so PR’s with the 1.15 milestone could use review.
@hameerabbasi we digress from the topic, but for me the inplace tests run differently if I have a system-wide
f2py
available, that is whether I didapt install python-numpy
orapt remove python-numpy