test_ok2/_pytest
holger krekel 8792261df1 Merged in ticosax/pytest/mock-unittest-252 (pull request #184)
Injection of fixture doesn't work when decorated with unittest.mock.patch
2014-07-28 10:31:31 +02:00
..
assertion remove extra parentheses - stylistic code change 2014-07-17 08:35:36 +02:00
__init__.py address issue170 by merging David Mohr's PR on adding "raises" as an optional 2014-07-28 09:59:22 +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 correct a capfd fixture docstring typo 2014-04-03 09:59:04 +02:00
config.py avoid importing "py.test" (an old alias module for "pytest") 2014-07-03 12:58:12 +02:00
core.py fix ordering of import line of last commit 2014-07-03 13:20:51 +02:00
doctest.py fix issue275 - allow usefixtures and autouse fixtures 2013-11-22 15:35:20 +01:00
genscript.py remove dupped_stdout logic and related changes, also simplify pytest_runtest_* calls to not use a contextlib with-decorator anymore. 2014-04-01 15:03:17 +02:00
helpconfig.py fix issue486: better reporting and handling of early conftest loading failures 2014-04-02 20:42:41 +02:00
hookspec.py Fixed typo noticed by @dcramer (https://twitter.com/zeeg/status/473676721128886272) 2014-06-03 07:30:14 +00:00
impl - enhance ordering of tests using parametrized resources 2012-08-01 09:07:32 +02:00
junitxml.py Use processced skipreason for generating skip Junit node 2014-04-23 15:38:40 +08:00
main.py Merged in msabramo/pytest/norecursedirs_add_star_dot_egg (pull request #177) 2014-07-03 16:51:17 +02:00
mark.py remove dupped_stdout logic and related changes, also simplify pytest_runtest_* calls to not use a contextlib with-decorator anymore. 2014-04-01 15:03:17 +02:00
monkeypatch.py fix issue512: show "<notset>" for arguments which might not be set 2014-05-10 13:49:24 +02:00
nose.py Removed unnecessary iteration in nose.pytest_runtest_makereport. 2014-03-14 15:29:42 +01:00
pastebin.py moving from optparse to argparse. Major difficulty is 2013-07-25 15:33:43 +02:00
pdb.py remove non-documented per-conftest capturing option and simplify/refactor all code accordingly. Also make capturing more robust against tests closing FD1/2 and against pdb.set_trace() calls. 2014-04-01 14:32:12 +02:00
pytester.py Make makepyfile accept UTF-8 so a few cookie tests in test_assertrewrite.py 2014-03-28 09:44:18 -07:00
python.py unittest.mock from stdlib should come last 2014-07-27 12:11:39 +02:00
recwarn.py remove unused imports (using "importchecker" project) 2013-10-02 14:32:40 +02:00
resultlog.py fix issue380 by making --resultlog only rely on longrepr instead 2013-11-19 14:19:29 +01:00
runner.py use py.builtin.callable instead of raw callable in _pytest/runner.py 2014-05-13 21:05:53 +02:00
skipping.py isinstance() on exception value instead of comparing types, consolidate tests 2014-07-26 17:46:50 +02:00
standalonetemplate.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
terminal.py fix issue364: shorten and enhance tracebacks representation by default. 2014-06-29 13:32:53 +02:00
tmpdir.py fix issue354: avoid tmpdir fixture to create too long filenames especially 2013-10-03 14:22:54 +02:00
unittest.py support nose-style ``__test__`` attribute on modules, classes and 2014-04-10 12:46:27 +02:00