/doc/more_info.rst

https://bitbucket.org/jpellerin/nose/ · ReStructuredText · 48 lines · 35 code · 13 blank · 0 comment · 0 complexity · 60df9682a7c3c09286fc676da949cc59 MD5 · raw file

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