python-pytest 2.1.0
Testing with Python
http://pypi.python.org/pypi/pytest
Packager: Mehmet Özdemir
License: MIT
Actions
Binary packages
python-pytest
python-pytest-doc
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
2 | 2011-07-12 | 2.1.0 | Mehmet Özdemir | - Version bump - Call nosestyle setup functions with correct ordering - New assertion code fixes - Merge Benjamin's assertionrewrite branch: now assertions for test modules on python 2.6 and above are done by rewriting the AST and saving the pyc file before the test module is imported. see doc/assert.txt for more info. - Improve doctests with better traceback reporting on unexpected exceptions - Timing output in junitxml for test cases is now correct - Typo in MarkInfo repr leading to exception - Avoid confusing error when initizaliation partially fails - Env/username expansion for junitxml file path - Reworked doc pages for better navigation and PDF generation - Report KeyboardInterrupt even if interrupted during session startup |
1 | 2011-05-05 | 2.0.3 | Mehmet Özdemir | First release. |