0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update and rename README.markdown to README.md More... over 7 years ago
Merge pull request #6 from bhardin/master More... about 12 years ago
Fixing typo in Readme More... about 12 years ago
Use the provided Config's output stream if setOutputStream is never called. More... about 14 years ago
Updated README with more info at the top. More... about 14 years ago
Fixed EOFError when achievement data file is empty. More... about 14 years ago
Fixed PicklingError by defining __getstate__ on achievements that keep track of sys.modules. More... about 14 years ago
Re-added noseachievements.achievements to setup.py packages. More... about 14 years ago
Added wiki link to README. More... about 14 years ago
Fixed pip installation command. More... about 14 years ago
Added top-level header. More... about 14 years ago
Adjusted README formatting, linked INSTALL. More... about 14 years ago
Updated README to use Markdown. More... about 14 years ago
Ignore build/ and dist/ More... about 14 years ago
Clarified Django support: 1.2+ only. More... about 14 years ago
Updated usage instructions for various frameworks. More... about 14 years ago
Now works with Python 3, unittest without nose, and Django. More... about 14 years ago
Added compatibility layer for Python 3. More... about 14 years ago
Added Django instructions to README. More... about 14 years ago
Added pip installation command. More... about 14 years ago
Prevent the plugin from hijacking manage.py's args in DjangoTestRunner. More... about 14 years ago
Fixed TypeError - forgot to pass argument to addError and addFailure. More... about 14 years ago
Experimental test runner for use with Django. More... about 14 years ago
Use nose.util.test_address in case tests are not nose test cases. More... about 14 years ago
Merge branch 'master' of github.com:exogen/nose-achievements More... about 14 years ago
Safely retrieve the enable_plugin_coverage option. More... about 14 years ago
Changed data's result.tests to a list of the addresses of all tests run. More... about 14 years ago
Administrivia. More... about 14 years ago
Improved performance by running the CodeCoverage achievement only when enable_plugin_coverage is True Improved performance by running only locked achievements. More... about 14 years ago
Added INFO logging for loading/saving data. More... about 14 years ago