Full pytest documentationΒΆ
Download latest version as PDF
- pytest-2.3: reasoning for fixture/funcarg evolution
- Shortcomings of the previous
pytest_funcarg__
mechanism - Direct scoping of fixture/funcarg factories
- Direct parametrization of funcarg resource factories
- No
pytest_funcarg__
prefix when using @fixture decorator - solving per-session setup / autouse fixtures
- funcargs/fixture discovery now happens at collection time
- Conclusion and compatibility notes
- Shortcomings of the previous
- Release announcements
- python testing sprint June 20th-26th 2016
- pytest-2.9.1
- pytest-2.9.1
- pytest-2.9.0
- pytest-2.8.7
- pytest-2.8.6
- pytest-2.8.5
- pytest-2.8.4
- pytest-2.8.3: bug fixes
- pytest-2.8.2: bug fixes
- pytest-2.7.2: bug fixes
- pytest-2.7.1: bug fixes
- pytest-2.7.0: fixes, features, speed improvements
- pytest-2.6.3: fixes and little improvements
- Changes 2.6.3
- pytest-2.6.2: few fixes and cx_freeze support
- pytest-2.6.1: fixes and new xfail feature
- Changes 2.6.1
- pytest-2.6.0: shorter tracebacks, new warning system, test runner compat
- pytest-2.5.2: fixes
- pytest-2.5.1: fixes and new home page styling
- pytest-2.5.0: now down to ZERO reported bugs!
- pytest-2.4.2: colorama on windows, plugin/tmpdir fixes
- pytest-2.4.1: fixing three regressions compared to 2.3.5
- pytest-2.4.0: new fixture features/hooks and bug fixes
- pytest-2.3.5: bug fixes and little improvements
- pytest-2.3.4: stabilization, more flexible selection via “-k expr”
- pytest-2.3.3: integration fixes, py24 suport,
*/**
shown in traceback - pytest-2.3.2: some fixes and more traceback-printing speed
- pytest-2.3.1: fix regression with factory functions
- pytest-2.3: improved fixtures / better unittest integration
- pytest-2.2.4: bug fixes, better junitxml/unittest/python3 compat
- pytest-2.2.2: bug fixes
- pytest-2.2.1: bug fixes, perfect teardowns
- py.test 2.2.0: test marking++, parametrization++ and duration profiling
- py.test 2.1.3: just some more fixes
- py.test 2.1.2: bug fixes and fixes for jython
- py.test 2.1.1: assertion fixes and improved junitxml output
- py.test 2.1.0: perfected assertions and bug fixes
- py.test 2.0.3: bug fixes and speed ups
- py.test 2.0.2: bug fixes, improved xfail/skip expressions, speed ups
- py.test 2.0.1: bug fixes
- py.test 2.0.0: asserts++, unittest++, reporting++, config++, docs++