..
code
New ExceptionInfo.getrepr 'chain' parameter to be able to suppress chained exceptions
2018-10-12 10:08:55 -03:00
example_scripts
Merge remote-tracking branch 'origin/master' into merge-master
2018-10-24 22:36:34 +02:00
examples
port some acceptance tests over to copy_example
2018-06-26 22:59:40 +02:00
freeze
run black
2018-05-23 16:48:46 +02:00
logging
Fix logging usage in hooks pytest_sessionstart/finish #3340
2018-10-20 09:55:10 +02:00
python
Improve error message when a recursive dependency between fixtures is detected
2018-10-20 09:44:42 -03:00
acceptance_test.py
Merge pull request #4159 from thisch/subclassedfile
2018-10-16 10:41:27 -03:00
deprecated_test.py
Issue a warning when a fixture named 'request' is collected
2018-10-20 12:09:44 -03:00
test_argcomplete.py
pyupgrade 1.4: tests
2018-08-22 18:47:21 -07:00
test_assertion.py
Do not trigger warning about tuples being always True if the tuple has size != 2
2018-09-04 13:41:11 -03:00
test_assertrewrite.py
Fix #3539 : reload module with assertion rewrite import hook
2018-09-23 13:05:55 +02:00
test_cacheprovider.py
Show a warning when non-str is given to Monkeypatch.setenv
2018-10-01 20:07:07 -03:00
test_capture.py
Use std_warn for warning about applying marks directly to parameters
2018-09-04 11:35:34 -03:00
test_collection.py
Improve error message when it is not possible to determine a function's signature
2018-10-18 20:06:43 -03:00
test_compat.py
Use a custom holder class so we can be sure __pytest_wrapper__ was set by us
2018-08-09 09:22:00 -03:00
test_config.py
Keep backward compatibility for code as kw in Node.warn
2018-09-04 16:48:21 -03:00
test_conftest.py
Fix "Plugin already registered" error with symlinks
2018-10-23 10:15:23 +02:00
test_doctest.py
Replace Source with dedent where possible
2018-08-23 09:06:17 -07:00
test_entry_points.py
run black
2018-05-23 16:48:46 +02:00
test_helpconfig.py
pyupgrade 1.4: tests
2018-08-22 18:47:21 -07:00
test_junitxml.py
fix #3533 : properly escape raw XML object
2018-10-16 14:46:39 +02:00
test_mark.py
Use pytest.fail(..., pytrace=False) when treating user errors
2018-10-10 19:16:53 -03:00
test_modimport.py
run black
2018-05-23 16:48:46 +02:00
test_monkeypatch.py
Show a warning when non-str is given to Monkeypatch.setenv
2018-10-01 20:07:07 -03:00
test_nodes.py
Make Node.warn support two forms, new and deprecated
2018-09-04 15:53:17 -03:00
test_nose.py
Upgrade pre-commit hooks except pyupgrade
2018-06-26 06:35:27 -07:00
test_parseopt.py
pyupgrade 1.4: tests
2018-08-22 18:47:21 -07:00
test_pastebin.py
Upgrade pre-commit hooks except pyupgrade
2018-06-26 06:35:27 -07:00
test_paths.py
unify paths.py and pathlib.py
2018-10-11 07:15:09 +02:00
test_pdb.py
pytest_{enter,leave}_pdb: pass through pdb instance
2018-10-25 13:28:24 +02:00
test_pluginmanager.py
Remove dangerous sys.path manipulations in test_pluginmanager
2018-08-25 17:33:29 -03:00
test_pytester.py
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
2018-10-09 19:34:04 -03:00
test_recwarn.py
[WIP] Update warning stacklevel when wrapping warnings.warn
2018-10-18 02:36:41 +00:00
test_resultlog.py
Deprecate Config.warn and Node.warn, replaced by standard warnings
2018-09-04 11:35:34 -03:00
test_runner.py
Update returncode exit test to check exitstatus returrned from test session
2018-10-14 16:41:16 -03:00
test_runner_xunit.py
run black
2018-05-23 16:48:46 +02:00
test_session.py
Move handling of duplicate files
2018-10-25 20:48:08 +02:00
test_skipping.py
Upgrade pre-commit hooks except pyupgrade
2018-06-26 06:35:27 -07:00
test_terminal.py
Increase required verbosity level for debug output
2018-10-15 20:38:32 +02:00
test_tmpdir.py
TestNumberedDir: ignore that symlinks arent created on windows
2018-10-17 21:39:23 +02:00
test_unittest.py
Improve error message when TestCase functions use a parametrized fixture
2018-10-03 19:43:46 -03:00
test_warnings.py
Use safe_str() to format warning message about unicode in Python 2
2018-10-18 21:56:17 -03:00