pytest2/src/_pytest
Daniel Hahler 95701566f3
Update src/_pytest/outcomes.py
Co-Authored-By: tkf <takafumi.a@gmail.com>
2019-03-15 12:21:48 +09:00
..
_code Optimize TracebackEntry.ishidden 2019-03-14 01:02:46 +01:00
_io Fix linting errors and py references in saferepr.py 2019-01-20 16:36:14 -08:00
assertion Merge master into features 2019-03-15 00:52:12 +01:00
config Merge master into features 2019-03-15 00:52:12 +01:00
mark Run isort 2019-03-01 14:24:18 +01:00
__init__.py switch to src layout 2018-05-26 09:10:38 +02:00
_argcomplete.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
cacheprovider.py cacheprovider: _ensure_supporting_files: remove unused branches 2019-03-01 22:51:45 +01:00
capture.py Validate type with writing to captured output like without 2019-03-01 14:03:51 +01:00
compat.py Fix usages of py.io.saferepr 2019-01-20 16:36:23 -08:00
debugging.py pdb: post_mortem: use super() 2019-03-14 22:29:57 +01:00
deprecated.py Run isort 2019-03-01 14:24:18 +01:00
doctest.py Make pytest.skip work in doctest 2019-03-15 10:20:46 +09:00
fixtures.py Remove code debugging leftovers 2019-03-02 09:56:15 -03:00
freeze_support.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
helpconfig.py -p option now can be used to early-load plugins by entry-point name 2019-02-24 13:20:17 -03:00
hookspec.py Run isort 2019-03-01 14:24:18 +01:00
junitxml.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2019-01-29 19:36:56 -02:00
logging.py Run isort 2019-03-01 14:24:18 +01:00
main.py Run isort 2019-03-01 14:24:18 +01:00
monkeypatch.py Improve comment 2018-12-12 23:29:43 +01:00
nodes.py Fix code-block in Node docstring 2019-02-15 16:12:10 +02:00
nose.py Handle unittest.SkipTest exception with non-ascii characters 2019-01-28 12:50:04 -02:00
outcomes.py Update src/_pytest/outcomes.py 2019-03-15 12:21:48 +09:00
pastebin.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
pathlib.py Run isort 2019-03-01 14:24:18 +01:00
pytester.py Merge master into features 2019-03-15 00:52:12 +01:00
python.py Merge master into features 2019-03-15 00:52:12 +01:00
python_api.py Adding `does_not_raise` to documentation only 2019-01-27 16:42:10 +00:00
recwarn.py pytest.warns emits a warning on unknown keyword arguments 2019-02-06 19:52:13 -02:00
reports.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2019-01-29 19:36:56 -02:00
resultlog.py Add config parameter to pytest_report_teststatus hook 2019-01-28 19:00:50 -02:00
runner.py Remove code debugging leftovers 2019-03-02 09:56:15 -03:00
setuponly.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
setupplan.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
skipping.py Fix pytest_report_teststatus call to pass new config object (#4691) 2019-01-30 09:36:54 -02:00
stepwise.py cache is set by the cacheprovider 2018-10-17 21:17:54 +01:00
terminal.py Do not show "inifile:" string if there's no configuration file 2019-03-02 11:45:08 -03:00
tmpdir.py Update kwarg for attr.ib to use 'converter' as 'convert' is due to be deprecated 2019-02-14 00:03:41 -08:00
unittest.py Fix setUpClass being called in subclasses that were skipped 2019-01-31 20:24:11 -02:00
warning_types.py Move UnformattedWarning to _pytest.warning_types 2018-09-14 15:31:20 -03:00
warnings.py Remove config.warn, Node.warn; pytest_logwarning issues a warning when implemented 2018-12-14 12:50:18 -02:00