Go to file
holger krekel 5470cadbff fix issue25 --pdb and win32/python encodings cause a crash in certain situations.
The reason is not clear but avoiding a fresh copy of the terminal writer
helps, maybe because the underlying file object has some state?
2011-03-07 13:17:07 +01:00
_pytest fix issue25 --pdb and win32/python encodings cause a crash in certain situations. 2011-03-07 13:17:07 +01:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc mention that one might need to use the pypi.testrun.org repository 2011-03-07 11:53:14 +01:00
testing fix issue27 - --collectonly and -k keyword selection now work together. 2011-03-06 18:32:00 +01:00
.hgignore fix tox.ini and dependencies, various fixes all around, tests pass. 2010-10-10 13:48:49 +02:00
.hgtags Added tag 2.0.1 for changeset e4497c2aed35 2011-02-07 11:45:47 +01:00
AUTHORS remove the --junitxmlprefix feature - it's kind of YAGNI i guess - 2010-07-03 14:44:47 +02:00
CHANGELOG fix issue25 --pdb and win32/python encodings cause a crash in certain situations. 2011-03-07 13:17:07 +01:00
ISSUES.txt improve and clarify skipping docs 2011-03-05 13:08:43 +01:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in some small pre-release updates 2010-11-25 16:36:25 +01:00
README.txt bump version, fix readme 2010-10-21 12:18:10 +02:00
distribute_setup.py massive documentation refinements 2010-11-02 00:53:53 +01:00
pytest.py fix issue25 --pdb and win32/python encodings cause a crash in certain situations. 2011-03-07 13:17:07 +01:00
setup.py fix issue25 --pdb and win32/python encodings cause a crash in certain situations. 2011-03-07 13:17:07 +01:00
tox.ini use pypi.testrun.org so that py>1.4.0 gets picked up correctly 2011-01-12 18:03:55 +01:00

README.txt

py.test is a simple and popular testing tool for Python.

See http://pytest.org for more documentation.