-
-
Notifications
You must be signed in to change notification settings - Fork 7
use pytest #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
looks like you use unittest or nose, which is quite cumbersome.
https://pytest.org/ is way more comfortable and easier to use and helps lazy coders by having to type less. :-)
pytestcan even run existingunitteststyle tests and you can use it together withtoxto test on multiple python versions.