summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2020-02-10test_argcomplete: remove usage of `distutils.spawn` (#6703)Daniel Hahler
2020-02-07Handle `Exit` exception in `pytest_sessionfinish` (#6660)Daniel Hahler
2020-02-04internal: clean up getfslineno (#6656)Daniel Hahler
2020-02-04Remove testing/test_modimport.py (#6666)Daniel Hahler
2020-02-04testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 (#6655)Daniel Hahler
2020-02-04assertion: save/restore hooks on item (#6646)Daniel Hahler
2020-02-03Code/getfslineno: keep empty co_filenameDaniel Hahler
2020-02-03Keep (revisited) comment from https://github.com/pytest-dev/pytest/commit/4d3...Daniel Hahler
2020-02-03Remove testing/test_modimport.pyDaniel Hahler
2020-02-02Handle `Exit` exception in `pytest_sessionfinish`Daniel Hahler
2020-01-29tests: move test_getfslineno backDaniel Hahler
2020-01-29tests: test_code: improve/clarify importsDaniel Hahler
2020-01-29Merge pull request #6610 from blueyed/tests-move-test_getfslinenoDaniel Hahler
2020-01-29Merge pull request #6600 from blueyed/harden-test_teardown_many_verboseDaniel Hahler
2020-01-29test_code: improve coverageDaniel Hahler
2020-01-29tests: move test_getfslinenoDaniel Hahler
2020-01-29Merge pull request #6579 from blueyed/pytester-makefile-joins-abspathDaniel Hahler
2020-01-28Fix unguarded `==` comparison in fixtures. (#6541)Bruno Oliveira
2020-01-28Replace `==` with `is` for comparison of cache keysHolger Kohr
2020-01-28tests: cover absolute path handling in _compute_fixture_valueDaniel Hahler
2020-01-28tests: harden test_teardown_many_verboseDaniel Hahler
2020-01-28tests: cover collect_by_name with non-existingDaniel Hahler
2020-01-27Merge pull request #6566 from blueyed/rm-encodedfile-writelinesDaniel Hahler
2020-01-27pytester: test for _makefile joining an absolute pathDaniel Hahler
2020-01-26tests: add test_via_execDaniel Hahler
2020-01-25typing: tests: tmpfileDaniel Hahler
2020-01-25typing: EncodedFileDaniel Hahler
2020-01-25tests: test_collection_collect_only_live_logging: allow for 1sDaniel Hahler
2020-01-25Fix `EncodedFile.writelines`Daniel Hahler
2020-01-25Merge pull request #6534 from blueyed/test_plugin_loading_orderDaniel Hahler
2020-01-25Merge pull request #6558 from gavento/patch-1Daniel Hahler
2020-01-25Fix EncodedFile.write return valueTomáš Gavenčiak
2020-01-24Merge pull request #6529 from blueyed/fix-test_repr_traceback_with_invalid_cwdDaniel Hahler
2020-01-24tests: add test_fixture_arg_orderingDaniel Hahler
2020-01-24tests: fix test_repr_traceback_with_invalid_cwdDaniel Hahler
2020-01-23config: typing for create_terminal_writer, re-export TerminalWriterDaniel Hahler
2020-01-23Merge pull request #6521 from blueyed/harden-nose-raisesDaniel Hahler
2020-01-23tests: add test_plugin_loading_orderDaniel Hahler
2020-01-23tests: remove unnecessary `-rw` optionDaniel Hahler
2020-01-23tests: fix/harden test_record_propertyDaniel Hahler
2020-01-23Node.location: handle str with _node_location_to_relpathDaniel Hahler
2020-01-23tests: improve test for `nose.raises`Daniel Hahler
2020-01-22Merge pull request #6536 from blueyed/fix-test_cwd_snapshotDaniel Hahler
2020-01-22tests: use NotImplementedError with uncovered codeDaniel Hahler
2020-01-22tests: fix test_cwd_snapshotDaniel Hahler
2020-01-21--cache-clear: add test for keeping non-supporting filesDaniel Hahler
2020-01-20Revert "Fix type errors after adding types to the `py` dependency"Ran Benita
2020-01-20Revert "fixtures register finalizers with all fixtures before t… (#6496)Bruno Oliveira
2020-01-19Fix check_untyped_defs in test_runnerRan Benita
2020-01-19Fix type of pytest.warns, and fix check_untyped_defs in test_recwarnRan Benita