nose
https://github.com/nose-devs/nose
Python
nose is nicer testing for python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to nose
Help out
- Issues
- Add formatTraceback hook
- doctest calls getpackage() and uses the result without verifying if it's valid
- If one test script calls sys.exit, nose will not test the others
- Enhancement to apply filter in test discovery
- setup.py does not create necessary directories
- testmatch can not be set properly from config file
- can not set a boolean config field to false from file
- --include and other appendable options are not supported in a config file (setup.cfg)
- It should be possible to disable tests shortDescription
- using __import__, nose complains "OSError: No such file" when nose.runmodule() is executed
- Docs
- Python not yet supported