.. |
assertion
|
fix issue317: assertion rewriter support for the is_package method
|
2013-08-01 22:11:18 +02:00 |
__init__.py
|
bump version
|
2013-09-27 12:43:49 +02:00 |
_argcomplete.py
|
argcomplete: FastFileCompleter that doesn't call bash in subprocess, strip prefix dir
|
2013-08-06 15:33:27 +02:00 |
capture.py
|
fix issue358 -- introduce new pytest_load_initial_conftests hook and make capturing initialization use it, relying on a new (somewhat internal) parser.parse_known_args() method.
|
2013-09-30 13:14:16 +02:00 |
config.py
|
fix issue358 -- introduce new pytest_load_initial_conftests hook and make capturing initialization use it, relying on a new (somewhat internal) parser.parse_known_args() method.
|
2013-09-30 13:14:16 +02:00 |
core.py
|
some more separation of core pluginmanager from pytest specific functionality.
|
2013-09-30 13:14:14 +02:00 |
doctest.py
|
zero to many doctests from module instead of one
|
2013-05-17 12:18:22 -03:00 |
genscript.py
|
make genscript provide information as to compatibility
|
2013-07-26 08:59:31 +02:00 |
helpconfig.py
|
shift pytest_configure/unconfigure/addoption/namespace hook calling to config object.
|
2013-09-30 13:14:14 +02:00 |
hookspec.py
|
fix issue358 -- introduce new pytest_load_initial_conftests hook and make capturing initialization use it, relying on a new (somewhat internal) parser.parse_known_args() method.
|
2013-09-30 13:14:16 +02:00 |
impl
|
- enhance ordering of tests using parametrized resources
|
2012-08-01 09:07:32 +02:00 |
junitxml.py
|
fix issue355: junitxml generates name="pytest" tag.
|
2013-09-26 08:45:50 +02:00 |
main.py
|
some more separation of core pluginmanager from pytest specific functionality.
|
2013-09-30 13:14:14 +02:00 |
mark.py
|
shift pytest_configure/unconfigure/addoption/namespace hook calling to config object.
|
2013-09-30 13:14:14 +02:00 |
monkeypatch.py
|
merge monkeypatch.replace into monkeypatch.setattr, also support monkeypatch.delattr.
|
2013-09-27 12:33:06 +02:00 |
nose.py
|
add nose.SkipTest for python2.6 -- which apparently is a subclass from python2.7 on.
|
2013-09-06 12:48:54 +02:00 |
pastebin.py
|
moving from optparse to argparse. Major difficulty is
|
2013-07-25 15:33:43 +02:00 |
pdb.py
|
make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed
|
2013-09-06 15:29:00 +02:00 |
pytester.py
|
some more separation of core pluginmanager from pytest specific functionality.
|
2013-09-30 13:14:14 +02:00 |
python.py
|
disallow yield in non-yield-fixtures for now. This is an incompataibility but we want to prepare for possibly merging fixture and yield_fixture some day.
|
2013-09-30 13:56:54 +02: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
|
changes to addoption() for hyphenated long-options
|
2013-08-01 16:49:26 +02:00 |
runner.py
|
- fix issue181: --pdb now also works on collect errors. This was
|
2013-09-06 11:56:04 +02:00 |
skipping.py
|
support boolean condition expressions in skipif/xfail
|
2013-05-07 18:40:26 +02:00 |
standalonetemplate.py
|
make genscript provide information as to compatibility
|
2013-07-26 08:59:31 +02:00 |
terminal.py
|
some more separation of core pluginmanager from pytest specific functionality.
|
2013-09-30 13:14:14 +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 issue333: fix a case of bad unittest/pytest hook interaction.
|
2013-09-09 09:56:53 +02:00 |