.. |
_templates
|
Improved text on plugins_index
|
2014-02-18 21:33:13 -03:00 |
_themes
|
colors as used on the live web page
|
2014-06-29 09:47:50 +02:00 |
announce
|
fix some spelling mistakes
|
2014-10-13 23:16:26 +01:00 |
example
|
Merged in pfctdayelise/pytest/issue351 (pull request #161)
|
2014-10-22 23:18:01 +01:00 |
img
|
also add favicon
|
2014-06-01 12:36:31 +02:00 |
plugins_index
|
added plugins_index page generation to tox
|
2014-09-27 12:28:29 -03:00 |
test
|
replace py.test module references with pytest
|
2014-01-18 12:31:33 +01:00 |
Makefile
|
release announcement, bump version numbers, some test adapatations because of random win32 test failures.
|
2013-10-01 12:37:11 +02:00 |
apiref.txt
|
replace py.test module references with pytest
|
2014-01-18 12:31:33 +01:00 |
assert.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
bash-completion.txt
|
replace py.test module references with pytest
|
2014-01-18 12:31:33 +01:00 |
builtin.txt
|
regen docs for pytest-2.6
|
2014-07-17 16:55:24 +02:00 |
capture.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
changelog.txt
|
fixed to find the CHANGELOG's path
|
2012-06-06 08:54:35 +09:00 |
check_sphinx.py
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
conf.py
|
fix doc release version
|
2014-09-24 14:59:55 +02:00 |
conftest.py
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
contact.txt
|
remove github links
|
2014-01-23 14:50:58 +01:00 |
contents.txt
|
some notes about upcoming trainings
|
2014-07-20 13:07:38 +02:00 |
contributing.txt
|
rename, refine and link to new contributing doc from several places.
|
2014-01-23 10:21:06 +01:00 |
customize.txt
|
added support for glob-style patterns to python_classes and python_functions config options
|
2014-10-16 19:27:10 -03:00 |
doctest.txt
|
Add documentation for doctest flags and remove dead code
|
2014-10-08 15:48:41 +02:00 |
faq.txt
|
replace py.test module references with pytest
|
2014-01-18 12:31:33 +01:00 |
feedback.rst
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
fixture.txt
|
Merged in pfctdayelise/pytest/issue351 (pull request #161)
|
2014-10-22 23:18:01 +01:00 |
funcarg_compare.txt
|
add changelog entry for anthon's hynek-fication of options,
|
2013-08-01 17:32:19 +02:00 |
funcargs.txt
|
- fix doc references, refactor fixtures docs to more quickly start
|
2012-10-07 13:06:17 +02:00 |
genapi.py
|
many doc improvements and fixes
|
2012-10-18 12:24:50 +02:00 |
getting-started.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
goodpractises.txt
|
fix a broken link
|
2014-09-10 09:57:12 +02:00 |
index.txt
|
fix some spelling mistakes
|
2014-10-13 23:16:26 +01:00 |
links.inc
|
fix link to pylib
|
2014-09-15 14:04:31 +02:00 |
mark.txt
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
monkeypatch.txt
|
fix some spelling mistakes
|
2014-10-13 23:16:26 +01:00 |
naming20.txt
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
nose.txt
|
support nose-style ``__test__`` attribute on modules, classes and
|
2014-04-10 12:46:27 +02:00 |
overview.txt
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
parametrize.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
plugins.txt
|
some docs and refined semantics for wrappers
|
2014-10-09 12:21:01 +02:00 |
projects.txt
|
fix some spelling mistakes
|
2014-10-13 23:16:26 +01:00 |
pytest.ini
|
added "docs/en" directory and moved
|
2012-06-06 08:52:53 +09:00 |
recwarn.txt
|
adding ref targets on recwarn
|
2013-06-03 10:07:14 -04:00 |
setup.txt
|
improve docs further, refine unittest docs, rename ``autoactive`` to ``autouse``
|
2012-10-12 14:52:36 +02:00 |
skipping.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
status.txt
|
remove github links
|
2014-01-23 14:50:58 +01:00 |
talks.txt
|
reorder talks, more talks from pelme and others
|
2014-07-29 15:06:37 +02:00 |
tmpdir.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
unittest.txt
|
regen and fix some docs (tox -e regen)
|
2014-09-24 14:46:56 +02:00 |
usage.txt
|
fix issue499: document selecting tests by node ID
|
2014-04-14 12:27:55 -04:00 |
xdist.txt
|
replace py.test module references with pytest
|
2014-01-18 12:31:33 +01:00 |
xunit_setup.txt
|
ref #322 cleanup all teardown calling to only happen when setup succeeded.
|
2013-08-02 09:52:40 +02:00 |
yieldfixture.txt
|
regen docs for pytest-2.6
|
2014-07-17 16:55:24 +02:00 |