.. |
_code
|
[exception handling] Fix case the current working directory (CWD) gets deleted during testing.
|
2016-06-08 15:18:23 +02:00 |
assertion
|
Remove commented out code
|
2016-06-26 21:19:07 +02:00 |
vendored_packages
|
Fix spelling: explicitely --> explicitly
|
2015-12-01 01:41:47 -08:00 |
__init__.py
|
finish up the version bump in __init__ i forgot
|
2016-06-01 08:18:10 +02:00 |
_argcomplete.py
|
Remove code related to support python <= 2.5
|
2015-12-16 16:16:22 -02:00 |
_pluggy.py
|
Create `_pytest.vendored_packages` and _pytest._pluggy
|
2015-09-07 13:01:54 -03:00 |
cacheprovider.py
|
Use testscollected to make xdist happy
|
2016-03-11 14:48:17 +06:00 |
capture.py
|
Uppercase first word in docstrings. Change to an imperative form. Add name to authors.
|
2016-07-22 12:39:06 +02:00 |
config.py
|
Fix determining rootdir from common_ancestor
|
2016-08-06 19:35:40 +02:00 |
debugging.py
|
Renamed pytest pdb to debugging which conflicts with python pdb.
|
2016-06-25 12:09:05 +02:00 |
doctest.py
|
issue1625, name getfuncargvalue to getfixturevalue
|
2016-06-24 10:08:19 +02:00 |
genscript.py
|
Use PyInstaller for freeze test env
|
2016-07-26 22:02:37 -03:00 |
helpconfig.py
|
Show known environment variables in py.test --help
|
2015-09-28 18:34:16 -03:00 |
hookspec.py
|
doc: fix argument order for pytest_load_initial_conftests
|
2016-03-12 17:35:27 +01:00 |
impl
|
- enhance ordering of tests using parametrized resources
|
2012-08-01 09:07:32 +02:00 |
junitxml.py
|
Fix #1798 to include errors in total tests in junit xml output.
|
2016-08-08 13:35:49 +01:00 |
main.py
|
Fix off-by-one error with lines from request.node.warn
|
2016-08-14 22:10:01 +02:00 |
mark.py
|
Always lstrip() keyword expression
|
2016-04-01 13:10:05 -04:00 |
monkeypatch.py
|
Uppercase first word in docstrings. Change to an imperative form. Add name to authors.
|
2016-07-22 12:39:06 +02:00 |
nose.py
|
adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame with hookimpl_opts
|
2015-05-06 10:08:08 +02:00 |
pastebin.py
|
Fix pastebin when captured output contains non-ascii characters
|
2015-12-03 20:07:18 -02:00 |
pytester.py
|
tests: getexecutable: call `--version` on all Pythons
|
2016-06-21 08:36:02 +02:00 |
python.py
|
Improve display of continuation lines with multiline errors
|
2016-08-14 22:34:31 +02:00 |
recwarn.py
|
Moved py.code code over to py.test
|
2016-01-25 23:18:04 -02:00 |
resultlog.py
|
Use os.path.isdir instead of os.path.exists
|
2015-06-17 08:08:03 -03:00 |
runner.py
|
Add test when using native strings with non-ascii chars
|
2016-03-05 19:34:15 -03:00 |
skipping.py
|
unittest's unexpectedSuccess should work as non-strict xpass
|
2016-08-17 21:32:04 -03:00 |
standalonetemplate.py
|
setuptools not present issue deprecating gentest
|
2015-07-25 13:50:40 +02:00 |
terminal.py
|
Display collect progress only when in a terminal
|
2016-02-20 14:38:30 -02:00 |
tmpdir.py
|
Uppercase first word in docstrings. Change to an imperative form. Add name to authors.
|
2016-07-22 12:39:06 +02:00 |
unittest.py
|
Moved py.code code over to py.test
|
2016-01-25 23:18:04 -02:00 |