summaryrefslogtreecommitdiff
path: root/testing/acceptance_test.py
AgeCommit message (Expand)Author
2020-12-05Merge pull request #8055 from bluetech/unraisableRan Benita
2020-11-25Refactor acceptance_test to use pytester (#8070)Dominic Mortlock
2020-11-20testing: fix ResourceWarning in broken-pipe testRan Benita
2020-10-12New pytester fixture (#7854)Bruno Oliveira
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02Merge pull request #7835 from asottile/py36_miscAnthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-10-02py36+: remove _pytest.compat.MODULE_NOT_FOUND_ERRORAnthony Sottile
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira
2020-08-15Refactor Session._parsearg into a separate function for testingBruno Oliveira
2020-08-06Replace some usages of py.path.localRan Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-07-01testing: fix flaky tests due to "coroutine never awaited" warningsRan Benita
2020-06-22config: improve typingRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-12Fix some type errors around py.path.localRan Benita
2020-06-08Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5...Fabio Zadrozny
2020-05-23Introduce _pytest.timing as a way to control timing during testsBruno Oliveira
2020-05-08Handle EPIPE/BrokenPipeError in pytest's CLIRan Benita
2020-04-24pre-commit: update pyupgrade 1.18.0 -> 2.2.1Ran Benita
2020-04-24testing: avoid pytest_collect_directory message in warnings summaryRan Benita
2020-04-06Fix flaky TestDurations testRan Benita
2020-03-29Improved time counter used to compute test durations. (#6939)smarie
2020-03-27Change EnvironmentError, IOError to OSError - they are aliasesRan Benita
2020-03-03fix #571: deprecate pytest_collect_directory as ... (#6847)Ronny Pfannschmidt
2020-02-22main: `args` must be a list, not tuple (#6791)Daniel Hahler
2020-02-14tests: harden test_better_reporting_on_conftest_load_failure (#6713)Daniel Hahler
2020-02-12Merge pull request #6673 from sscherfke/featuresBruno Oliveira
2020-02-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-10Reverse / fix meaning of "+/-" in error diffsStefan Scherfke
2020-02-04testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 (#6655)Daniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2020-01-16Update junit_logging with no,log,system-out,system-err,out-err,allJakub Mitoraj
2019-12-09Include new --capture-mode=tee-sys optioncmachalo
2019-11-19Merge remote-tracking branch 'upstream/master' into release-5.3.0Bruno Oliveira
2019-11-18Remove check for os.symlink, always there in py3+Anthony Sottile
2019-11-07_perform_collect: remove comment about untested codeDaniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-23doctest: pytest_unconfigure: reset RUNNER_CLASSDaniel Hahler
2019-10-06Introduce no_fnmatch_line/no_re_match_line in pytester (#5914)Bruno Oliveira
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-10-06Allow for "pdb" module to be rewrittenDaniel Hahler
2019-08-15Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-08-15also warn on awaitable or async iterable test resultsThomas Grainger
2019-08-15Issue a warning for async gen functionsThomas Grainger
2019-07-09Remove deprecated features (#5529)Bruno Oliveira
2019-07-04Replace importlib_metadata with importlib.metadata on Python 3.8+Miro HronĨok