Former-commit-id:06a8b51d6d
[formerlya02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]] Former-commit-id:a02aeb236c
[formerly9f19e3f712
] Former-commit-id:a02aeb236c
Former-commit-id:133dc97f67
48 lines
No EOL
1.7 KiB
ReStructuredText
Executable file
48 lines
No EOL
1.7 KiB
ReStructuredText
Executable file
About the name
|
|
==============
|
|
|
|
* nose is the least silly short synonym for discover in the dictionary.com
|
|
thesaurus that does not contain the word 'spy.'
|
|
* Pythons have noses
|
|
* The nose knows where to find your tests
|
|
* Nose Obviates Suite Employment
|
|
|
|
Contact the author
|
|
==================
|
|
|
|
You can email me at jpellerin+nose at gmail dot com.
|
|
|
|
To report bugs, ask questions, or request features, please use the *issues*
|
|
tab at the Google code site: http://code.google.com/p/python-nose/issues/list.
|
|
Patches are welcome!
|
|
|
|
Similar test runners
|
|
====================
|
|
|
|
nose was inspired mainly by py.test_, which is a great test runner, but
|
|
formerly was not all that easy to install, and is not based on unittest.
|
|
|
|
Test suites written for use with nose should work equally well with py.test,
|
|
and vice versa, except for the differences in output capture and command line
|
|
arguments for the respective tools.
|
|
|
|
.. _py.test: http://codespeak.net/py/current/doc/test.html
|
|
|
|
License and copyright
|
|
=====================
|
|
|
|
nose is copyright Jason Pellerin 2005-2009
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
under the terms of the GNU Lesser General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or (at your
|
|
option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
|
License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
along with this program; if not, write to the Free Software Foundation,
|
|
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |