summaryrefslogtreecommitdiff
path: root/testing/acceptance_test.py
AgeCommit message (Expand)Author
2019-06-30Remove 'RemovedInPytest4Warning'Bruno Oliveira
2019-06-27Don't crash with --pyargs and a filename that looks like a moduleAnthony Sottile
2019-06-26Merge remote-tracking branch 'upstream/master' into features-assertion-pass-h...Victor Maryama
2019-06-25Using pytester subprocess to avoid keeping references in the HookRecorder.Victor Maryama
2019-06-25Reverted leak fixture test.Victor Maryama
2019-06-25Merge remote-tracking branch 'upstream/features' into merge-features-into-masterBruno Oliveira
2019-06-25 Do not allow abbreviated argumentsZac Hatfield-Dodds
2019-06-24Switch from deprecated imp to importlibAnthony Sottile
2019-06-24Assertion passed hookVictor Maryama
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-27Switch to importlib-metadataAnthony Sottile
2019-05-08Merge pull request #5013 from blueyed/short-summary-messageDaniel Hahler
2019-04-18pytest_sessionfinish: preset exitstatus with UsageErrorsDaniel Hahler
2019-04-17Merge remote-tracking branch 'origin/features' into short-summary-messageDaniel Hahler
2019-04-05Add _sys_snapshot fixture and use it with more testsDaniel Hahler
2019-04-04Display message from reprcrash in short test summaryDaniel Hahler
2019-03-26Merge pull request #4979 from blueyed/minorDaniel Hahler
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-03-22Add reference to test_cmdline_python_namespace_packageDaniel Hahler
2019-03-14Emit a warning when a async def function is not handled by a pluginBruno Oliveira
2019-02-24-p option now can be used to early-load plugins by entry-point nameBruno Oliveira
2019-02-12Revert "Show deprecation message when running under Python 2.7 and 3.4"Bruno Oliveira
2019-02-06Do not raise UsageError when "pytest_plugins" is a moduleBruno Oliveira
2019-01-30Merge remote-tracking branch 'upstream/features' into merge-master-into-featuresBruno Oliveira
2019-01-29Show deprecation message when running under Python 2.7 and 3.4Bruno Oliveira
2019-01-24pytest_terminal_summary uses result from pytest_report_teststatus hook, rathe...wim glenn
2018-12-17Merge branch 'features' into remove-legacy-warnBruno Oliveira
2018-12-14Remove support to pass strings to pytest.main()Bruno Oliveira
2018-12-14Remove config.warn, Node.warn; pytest_logwarning issues a warning when implem...Bruno Oliveira
2018-12-01Remove Metafunc.addcallBruno Oliveira
2018-11-22Fix formatting of print() callsAnthony Sottile
2018-11-13Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-11-12Change RemovedInPytest4Warnings to errors by defaultBruno Oliveira
2018-11-09Fix nodes._check_initialpaths_for_relpath for dirsDaniel Hahler
2018-11-09tests: harden test_config_errorDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-16Merge pull request #4159 from thisch/subclassedfileBruno Oliveira
2018-10-15Increase required verbosity level for debug outputThomas Hisch
2018-10-15Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-10-14Fix flaky durations testBruno Oliveira
2018-10-13Merge pull request #4086 from jeffreyrack/4063-exclude-0-durationsBruno Oliveira
2018-10-13Resolve symlinks for argsDaniel Hahler
2018-10-13Adjust the 'durations hidden' messageBruno Oliveira
2018-10-13Merge pull request #4129 from nicoddemus/merge-master-into-featuresBruno Oliveira