test_ok1/_pytest
Andreas Zeidler f747d363b0 don't expose the `FixtureRequest` object itself in doctests. in most cases `get_fixture` is sufficient, and you can always call `get_fixture('request')` anyway
--HG--
branch : doctest-fixtures
2013-03-20 16:36:48 +01:00
..
assertion display the repr of some global names (fixes #171) 2013-01-10 11:59:08 -06:00
__init__.py fixed versioning, thanks Arfrever 2012-12-09 09:19:33 +01:00
capture.py fix bug where using capsys with pytest.set_trace() in a test 2012-11-21 20:43:31 +01:00
config.py fix issue224 - invocations with >256 char arguments now work 2012-11-12 10:15:43 +01:00
core.py improve PYTEST_DEBUG tracing output 2012-11-29 10:04:39 +01:00
doctest.py don't expose the `FixtureRequest` object itself in doctests. in most cases `get_fixture` is sufficient, and you can always call `get_fixture('request')` anyway 2013-03-20 16:36:48 +01:00
genscript.py don't import stuff at genscript import time but rather when it is used 2011-03-12 20:12:19 +01:00
helpconfig.py rename a number of internal and externally visible variables to use the fixture name 2012-10-05 14:24:44 +02:00
hookspec.py fix issue127 improve pytest_addoption docs, add new config.getoption(name) method for consistency. 2012-11-06 14:09:12 +01:00
impl - enhance ordering of tests using parametrized resources 2012-08-01 09:07:32 +02:00
junitxml.py fix issue #178 and extend the failure escape test 2012-08-17 16:08:08 +02:00
main.py make sure ihook uses a node's fspath - important for hooks 2012-10-22 16:12:22 +02:00
mark.py bump version, fix -k option help 2012-11-20 14:20:39 +01:00
monkeypatch.py fixes issue 156: monkeypatch class level descriptors 2012-09-25 18:15:13 +02:00
nose.py fix py31 compat, amend setup.py long description 2012-11-06 15:36:11 +01:00
pastebin.py fix help string for --paste 2012-05-19 10:54:12 +02:00
pdb.py fix skip/xfail confusion, reported and discussed on 2012-06-23 11:32:32 +02:00
pytester.py skip pexpect using tests on freebsd 2012-10-19 15:59:29 +02:00
python.py Remove check for "_" prefix on python functions (use python_functions) 2012-11-27 16:58:08 +00:00
recwarn.py incorporate typo/grammar fixes from Laura and respond to a number of issues she raised in comments. 2011-03-03 23:40:38 +01:00
resultlog.py mid-scale refactoring to make request API available directly on items. 2012-06-25 17:35:33 +02:00
runner.py ensure OutcomeExceptions like skip/fail have initialized exception attributes 2013-01-27 02:06:19 +01:00
skipping.py prepare a 2.3.1 2012-10-20 14:05:33 +02:00
standalonetemplate.py some pep8 fixes 2010-11-13 23:33:50 +01:00
terminal.py - fix doc references, refactor fixtures docs to more quickly start 2012-10-07 13:06:17 +02:00
tmpdir.py modernize tmpdir fixture (use request.node in tmpdir fixture, use @pytest.fixture) 2012-11-19 14:07:14 +01:00
unittest.py fix issue148 - recognize @unittest.skip on classes, avoid setup/teardown 2012-11-03 20:54:48 +01:00