| .. |
|
assertion
|
Style fix
|
2015-07-18 13:18:38 -03:00 |
|
__init__.py
|
bump version to 2.7, depend on py-1.4.29
|
2015-06-22 23:53:41 +02:00 |
|
_argcomplete.py
|
complete_dotted: fix for #361, filecompleter on dot files had differing behaviour from bash
|
2013-10-01 16:33:15 +02:00 |
|
capture.py
|
remove all occurences of "__multicall__" on hook impls in pytest/*.
|
2014-10-08 20:23:40 +02:00 |
|
config.py
|
Consider --color option in more places which deal with TerminalWriters
|
2015-07-18 16:39:55 -03:00 |
|
core.py
|
fixed regression to 2.6.4 which surfaced e.g. in lost stdout capture printing
|
2015-04-17 11:47:29 +02:00 |
|
doctest.py
|
Add option to ignore import errors in doctests
|
2015-02-08 01:25:23 -05:00 |
|
genscript.py
|
Consider --color option in more places which deal with TerminalWriters
|
2015-07-18 16:39:55 -03:00 |
|
helpconfig.py
|
Consider --color option in more places which deal with TerminalWriters
|
2015-07-18 16:39:55 -03:00 |
|
hookspec.py
|
optimize argument slicing when calling plugin hooks
|
2014-10-01 14:55:54 +02:00 |
|
impl
|
- enhance ordering of tests using parametrized resources
|
2012-08-01 09:07:32 +02:00 |
|
junitxml.py
|
Use os.path.isdir instead of os.path.exists
|
2015-06-17 08:08:03 -03:00 |
|
main.py
|
Move Interrupted exception class out of Session
|
2015-07-18 13:16:47 -03:00 |
|
mark.py
|
Fix flakes
|
2015-07-18 18:23:17 -03:00 |
|
monkeypatch.py
|
Cleaning up the docstrings in monkeypatch.py
|
2015-01-08 17:15:22 -08:00 |
|
nose.py
|
remove all occurences of "__multicall__" on hook impls in pytest/*.
|
2014-10-08 20:23:40 +02:00 |
|
pastebin.py
|
Fix flakes
|
2015-07-21 19:55:01 -03:00 |
|
pdb.py
|
Fix flakes
|
2015-07-18 18:23:17 -03:00 |
|
pytester.py
|
accomodate Floris' comments. (The reason was i just reinstanted the old code :)
|
2015-04-22 21:04:36 +02:00 |
|
python.py
|
Merge pull request #864 from pytest-dev/consider-color-yes-everywhere
|
2015-07-23 08:03:52 -03:00 |
|
recwarn.py
|
deprecated_call dit not revert functions back to original
|
2015-06-25 17:11:50 +02:00 |
|
resultlog.py
|
Use os.path.isdir instead of os.path.exists
|
2015-06-17 08:08:03 -03:00 |
|
runner.py
|
allow postmortem debugging on failed test
|
2015-03-21 09:26:35 +01:00 |
|
skipping.py
|
Report correct reason when using multiple skip/xfail markers
|
2015-07-18 18:18:45 -03:00 |
|
standalonetemplate.py
|
Added explanation for the binary blob in runtests.py
|
2014-10-24 13:04:20 +02:00 |
|
terminal.py
|
Consider --color option in more places which deal with TerminalWriters
|
2015-07-18 16:39:55 -03:00 |
|
tmpdir.py
|
Use a subdirectory in the TEMP directory to speed up tmpdir creation
|
2015-07-16 19:50:49 -03:00 |
|
unittest.py
|
unittest.SkipTest now reports original function location
|
2015-06-18 22:27:43 -03:00 |