https://github.com/exogen/nose-achievements
[UNMAINTAINED] Unlock achievements when running tests with nose, unittest, or Django!
https://github.com/exogen/nose-achievements
Last synced: 8 months ago
JSON representation
[UNMAINTAINED] Unlock achievements when running tests with nose, unittest, or Django!
- Host: GitHub
- URL: https://github.com/exogen/nose-achievements
- Owner: exogen
- License: bsd-3-clause
- Created: 2010-01-26T14:36:48.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T03:53:30.000Z (almost 10 years ago)
- Last Synced: 2025-09-12T22:13:21.958Z (10 months ago)
- Language: Python
- Homepage: http://exogen.github.com/nose-achievements/
- Size: 110 KB
- Stars: 118
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Unit Testing Achievements
========================


* Unlock achievements for running your test suite!
* Works with nose, unittest, and Django
* Tested with Python 2.6 and 3.1
* Entry points for discovering more achievements
__[See the list of achievements on the homepage][home]__
Installation
------------
From the source repository:
$ pip install git+git://github.com/exogen/nose-achievements.git
See [INSTALL][] for more options.
Usage
-----
### nose
Run like so:
$ nosetests --with-achievements
Or enable it in `setup.cfg`:
[nosetests]
with-achievements=1
### unittest
Use the included test runner:
from noseachievements.runner import AchievementsTestRunner
unittest.main(testRunner=AchievementsTestRunner)
### Django 1.2+
Define `TEST_RUNNER` in `settings.py`:
TEST_RUNNER = 'noseachievements.djangotest.AchievementsDjangoTestSuiteRunner'
Achievements
------------
See the list of achievements on [the homepage][home].
More Ideas
----------
Please share your achievement ideas on the [wiki][]!
[INSTALL]: http://github.com/exogen/nose-achievements/blob/master/INSTALL
[home]: http://exogen.github.com/nose-achievements/
[wiki]: http://wiki.github.com/exogen/nose-achievements/
[www]: http://brianbeck.com/