Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
nose is nicer testing for python
http://readthedocs.org/docs/nose/en/l…
Python
Roff
Shell
Permalink
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
bin |
|
|
|
|
doc |
|
|
|
|
examples |
|
|
|
|
functional_tests |
|
|
|
|
nose |
|
|
|
|
scripts |
|
|
|
|
unit_tests |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
AUTHORS |
|
|
|
|
CHANGELOG |
|
|
|
|
DEVELOPERS.txt |
|
|
|
|
MANIFEST.in |
|
|
|
|
NEWS |
|
|
|
|
NEWS_0.9 |
|
|
|
|
NOTES |
|
|
|
|
PLUGIN_API_CHANGES.txt |
|
|
|
|
README.BDIST_RPM |
|
|
|
|
README.txt |
|
|
|
|
TODO |
|
|
|
|
TODO_0_9 |
|
|
|
|
distribute_setup.py |
|
|
|
|
install-rpm.sh |
|
|
|
|
lgpl.txt |
|
|
|
|
nosetests.1 |
|
|
|
|
patch.py |
|
|
|
|
requirements.txt |
|
|
|
|
run_tests.sh |
|
|
|
|
selftest.py |
|
|
|
|
setup.cfg |
|
|
|
|
setup.cfg.release |
|
|
|
|
setup.py |
|
|
|
|
setup3lib.py |
|
|
|
|
tickets.csv |
|
|
|
|
tickets.rss |
|
|
|
|
tox.ini |
|
|
README.BDIST_RPM
On some platforms, brp-compress zips man pages without distutils knowing about it. This results in an error when building an rpm for nose. The rpm build will report either that an unpackaged file was found, or that an expected package file was not found. If you see such an error when using the bdist_rpm command, uncomment the 'install_script' line in the '[bdist_rpm]' section of nose's setup.cfg file. This should fix the problem by fixing the man page filename in the generated rpm spec file.