pytest2/src/_pytest
Vincent Barbaresi db106d6085 Fix logging usage in hooks pytest_sessionstart/finish #3340 2018-10-20 09:55:10 +02:00
..
_code Move filter_traceback to _pytest._code 2018-10-12 10:19:50 -03:00
assertion Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-15 12:55:28 -03:00
config Removed unused ConftestImportFailure.__str__ method 2018-10-12 10:57:13 -03:00
mark Use pytest.fail(..., pytrace=False) when treating user errors 2018-10-10 19:16:53 -03:00
__init__.py switch to src layout 2018-05-26 09:10:38 +02:00
_argcomplete.py Upgrade pre-commit hooks 2018-10-08 10:10:46 -07:00
cacheprovider.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-13 08:50:32 -03:00
capture.py Fix #4093: multiple string literals on a line 2018-10-10 19:28:31 +02:00
compat.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-13 08:50:32 -03:00
debugging.py Merge pull request #4133 from blueyed/pdb-quit 2018-10-14 11:29:09 +02:00
deprecated.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-13 08:50:32 -03:00
doctest.py Fix macOS specific code that uses capturemanager. 2018-08-27 16:07:59 +02:00
fixtures.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-15 12:55:28 -03:00
freeze_support.py switch to src layout 2018-05-26 09:10:38 +02:00
helpconfig.py Fix #4093: multiple string literals on a line 2018-10-10 19:28:31 +02:00
hookspec.py Document that item parameter of pytest_warning_captured hook is deprecated 2018-09-25 17:38:22 -03:00
junitxml.py fix #3533: properly escape raw XML object 2018-10-16 14:46:39 +02:00
logging.py Fix logging usage in hooks pytest_sessionstart/finish #3340 2018-10-20 09:55:10 +02:00
main.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-15 12:55:28 -03:00
monkeypatch.py Show a warning when non-str is given to Monkeypatch.setenv 2018-10-01 20:07:07 -03:00
nodes.py Use pytest.fail(..., pytrace=False) when treating user errors 2018-10-10 19:16:53 -03:00
nose.py switch to src layout 2018-05-26 09:10:38 +02:00
outcomes.py Fix order of parameters when raising Exit exception 2018-10-14 18:48:32 -03:00
pastebin.py switch to src layout 2018-05-26 09:10:38 +02:00
pathlib.py fix #4135 - handle symlinks in tmp path cleanup 2018-10-14 21:20:34 +02:00
pytester.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-15 12:55:28 -03:00
python.py Merge pull request #4129 from nicoddemus/merge-master-into-features 2018-10-13 12:05:54 -03:00
python_api.py py.builtin.exec_ => six.exec_ 2018-08-22 23:00:06 -07:00
recwarn.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-10-13 08:50:32 -03:00
reports.py Succinct definition of user_properties 2018-09-26 22:40:11 +10:00
resultlog.py Introduce UnformattedWarning to keep warning types and messages in _pytest.deprecated 2018-09-14 14:49:05 -03:00
runner.py Adjust the 'durations hidden' message 2018-10-13 18:40:32 -03:00
setuponly.py Renamed snap_global_capture to read_global_capture. 2018-08-20 17:48:14 +02:00
setupplan.py switch to src layout 2018-05-26 09:10:38 +02:00
skipping.py Use https, save a redirect 2018-08-28 14:39:32 -07:00
terminal.py Increase required verbosity level for debug output 2018-10-15 20:38:32 +02:00
tmpdir.py address review comments 2018-10-11 20:48:30 +02:00
unittest.py remove the legacy code about im_func and generalize using fix and compat.getimfunc 2018-09-13 15:38:36 +02:00
warning_types.py Move UnformattedWarning to _pytest.warning_types 2018-09-14 15:31:20 -03:00
warnings.py Show deprecation warnings even if filters are customized 2018-09-22 10:25:57 -03:00