Go to file
holger krekel 6746a00cb8 majorly refine funcargs docs and rename "resources.txt" to "funcargs.txt" so that existing web links will eventually land at this new page when pytest is released. Also integrated the detailed reasoning and update setup function docs
to reflect latest discussions and feedback gathered on py-dev mailing list.
2012-08-03 19:08:27 +02:00
_pytest majorly refine funcargs docs and rename "resources.txt" to "funcargs.txt" so that existing web links will eventually land at this new page when pytest is released. Also integrated the detailed reasoning and update setup function docs 2012-08-03 19:08:27 +02:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc majorly refine funcargs docs and rename "resources.txt" to "funcargs.txt" so that existing web links will eventually land at this new page when pytest is released. Also integrated the detailed reasoning and update setup function docs 2012-08-03 19:08:27 +02:00
testing move pytest.mark.factory/setup to pytest.factory/setup, as per flub 's suggestion 2012-08-02 12:41:46 +02:00
.hgignore ignore .cache 2012-06-22 10:53:28 +02:00
.hgtags Added tag 2.2.4 for changeset ad9fe504a371 2012-05-22 18:27:49 +02:00
AUTHORS fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction. 2011-11-15 13:28:22 +00:00
CHANGELOG merge 2012-07-07 13:21:45 +02:00
ISSUES.txt fix skip/xfail confusion, reported and discussed on 2012-06-23 11:32:32 +02: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 upgrade inlined distribute_setup.py 2012-05-22 17:24:43 +02:00
pytest.py shift version string to _pytest directory 2011-03-19 20:13:04 +01:00
setup.py move pytest.mark.factory/setup to pytest.factory/setup, as per flub 's suggestion 2012-08-02 12:41:46 +02:00
tox.ini mid-scale refactoring to make request API available directly on items. 2012-06-25 17:35:33 +02:00

README.txt

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

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