Change LGPL-2.0+ to LGPL-2.1-or-later
[platform/upstream/python-nose.git] / doc / more_info.rst
1 About the name
2 ==============
3
4 * nose is the least silly short synonym for discover in the dictionary.com
5   thesaurus that does not contain the word 'spy.'
6 * Pythons have noses
7 * The nose knows where to find your tests
8 * Nose Obviates Suite Employment
9
10 Contact the author
11 ==================
12
13 You can email me at jpellerin+nose at gmail dot com.
14
15 To report bugs, ask questions, or request features, please use the *issues*
16 tab at the Google code site: http://code.google.com/p/python-nose/issues/list.
17 Patches are welcome!
18
19 Similar test runners
20 ====================
21
22 nose was inspired mainly by py.test_, which is a great test runner, but
23 formerly was not all that easy to install, and is not based on unittest.
24
25 Test suites written for use with nose should work equally well with py.test,
26 and vice versa, except for the differences in output capture and command line
27 arguments for the respective tools.
28
29 .. _py.test: http://codespeak.net/py/current/doc/test.html
30
31 License and copyright
32 =====================
33
34 nose is copyright Jason Pellerin 2005-2009
35
36 This program is free software; you can redistribute it and/or modify it
37 under the terms of the GNU Lesser General Public License as published by
38 the Free Software Foundation; either version 2 of the License, or (at your
39 option) any later version.
40
41 This program is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
43 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
44 License for more details.
45
46 You should have received a copy of the GNU Lesser General Public License
47 along with this program; if not, write to the Free Software Foundation,
48 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA