pytest2/src/_pytest
Anthony Sottile 43e7401c91 Produce a warning when unknown arguments are passed to pytest.param() 2019-04-12 13:00:39 -07:00
..
_code Fix off-by-one error with lineno in mark collection error 2019-03-27 17:44:52 +01:00
_io Fix linting errors and py references in saferepr.py 2019-01-20 16:36:14 -08:00
assertion Merge pull request #4978 from blueyed/exit-from-from_assertrepr_compare 2019-03-26 18:39:13 -03:00
config setup.cfg: use existing [tool:pytest] (ignoring [pytest]) 2019-03-29 10:59:27 +01:00
mark Produce a warning when unknown arguments are passed to pytest.param() 2019-04-12 13:00:39 -07: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 Fix usages of "verbose" option 2019-03-26 10:11:25 +01:00
capture.py Use new suspend/resume in global_and_fixture_disabled 2019-03-28 11:49:01 +01:00
compat.py Fix usages of py.io.saferepr 2019-01-20 16:36:23 -08:00
debugging.py pdb: try to import --pdbcls in pytest_configure only 2019-04-03 22:35:18 +02:00
deprecated.py Produce a warning when unknown arguments are passed to pytest.param() 2019-04-12 13:00:39 -07:00
doctest.py Make pytest.skip work in doctest 2019-03-15 10:20:46 +09:00
fixtures.py pre-commit autoupdate 2019-04-12 04:52:47 -07: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 Merge master into features 2019-03-29 11:05:46 +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 Merge pull request #4975 from blueyed/verbose-fixes 2019-03-26 18:38:39 -03:00
main.py Merge pull request #4979 from blueyed/minor 2019-03-26 10:01:13 +01:00
monkeypatch.py monkeypatch.syspath_prepend: call fixup_namespace_packages 2019-03-22 15:29:08 +01:00
nodes.py CollectError.repr_failure: honor explicit tbstyle option 2019-03-24 11:24:19 +01:00
nose.py Handle unittest.SkipTest exception with non-ascii characters 2019-01-28 12:50:04 -02:00
outcomes.py Produce a warning when unknown arguments are passed to pytest.param() 2019-04-12 13:00:39 -07: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 pre-commit autoupdate 2019-04-12 04:52:47 -07:00
python.py Fix glitches of original patch of disable-test-id-escaping 2019-03-28 00:07:28 +09:00
python_api.py Produce a warning when unknown arguments are passed to pytest.param() 2019-04-12 13:00:39 -07:00
recwarn.py pytest.warns emits a warning on unknown keyword arguments 2019-02-06 19:52:13 -02:00
reports.py Rename hooks: to/from_serializable 2019-03-28 13:41:56 -03:00
resultlog.py Add config parameter to pytest_report_teststatus hook 2019-01-28 19:00:50 -02:00
runner.py Fix some issues related to "-p no:X" with default_plugins 2019-03-21 17:01:50 +01: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 skipping: factor out _get_pos, pass only config to _get_report_str 2019-03-26 16:29:16 +01:00
stepwise.py stepwise: report status via pytest_report_collectionfinish 2019-03-26 13:20:33 +01:00
terminal.py Fix some issues related to "-p no:X" with default_plugins 2019-03-21 17:01:50 +01: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 doc: improve warning_record_to_str 2019-03-24 11:20:01 +01:00