..
__init__.py
[svn r57321] merging the event branch:
2008-08-16 17:26:59 +02:00
acceptance_test.py
added a pytest_helpconfig plugin which groups --version and the new "--help-config" option. rename options and configuration names. streamlines docs.
2009-08-19 15:45:01 +02:00
conftest.py
funcargs work mostly according to the documentation
2009-04-14 18:30:26 +02:00
test_collect.py
only use cmp() in 2.x
2009-08-29 16:02:59 -05:00
test_compat.py
make all syntax compatible with 3.1 and 2.5
2009-08-29 13:04:48 -05:00
test_config.py
make all syntax compatible with 3.1 and 2.5
2009-08-29 13:04:48 -05:00
test_conftesthandle.py
get to a workable state for cached_setup() and docs, move msot related code to SetupState class
2009-05-18 19:06:16 +02:00
test_deprecated_api.py
* performing funcarg setup during setup-phase
2009-05-06 08:38:42 +02:00
test_funcargs.py
* use py.builtin._getimself instead of getattr(..., '*self*') everywhere
2009-09-01 16:10:21 +02:00
test_genitems.py
* fixing lots of remaining 3k compatibility issues, mostly with py.test itself.
2009-09-04 21:47:49 +02:00
test_outcome.py
* fixing lots of remaining 3k compatibility issues, mostly with py.test itself.
2009-09-04 21:47:49 +02:00
test_parseopt.py
deprecate py.compat.doctest|subprocess|textwrap|...
2009-08-27 21:12:55 +02:00
test_pickling.py
* fixing lots of remaining 3k compatibility issues, mostly with py.test itself.
2009-09-04 21:47:49 +02:00
test_pluginmanager.py
remove usage of the new module
2009-08-29 15:14:18 -05:00
test_pycollect.py
fix generators on python 3
2009-08-29 16:00:24 -05:00
test_recording.py
deprecate py.compat.doctest|subprocess|textwrap|...
2009-08-27 21:12:55 +02:00
test_session.py
make all syntax compatible with 3.1 and 2.5
2009-08-29 13:04:48 -05:00
test_traceback.py
* refactor plugin support to work directly with
2009-05-18 23:26:16 +02:00