summaryrefslogtreecommitdiff
path: root/testing/test_cacheprovider.py
AgeCommit message (Expand)Author
2020-12-22testing: convert some tmpdir to tmp_pathRan Benita
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-08Improve summary stats when using '--collect-only' (#7875)Hugo Martins
2020-10-19cacheprovider: fix some files in packages getting lost from --lfRan Benita
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-03testing: fix some docstring issuesRan Benita
2020-05-15Fix regressions with `--lf` pluginDaniel Hahler
2020-04-29Merge pull request #7130 from bluetech/cacheprovider-nf-setRan Benita
2020-04-29cacheprovider: speed up NFPlugin when --nf is not enabledRan Benita
2020-04-28testing: fix warning issued by test_cache_writefail_cachfile_silentRan Benita
2020-02-19LFPlugin: use sub-plugins to deselect during collection (#6448)Daniel Hahler
2020-02-18Do not use fixed line number with test_cache_failure_warns (#6748)Daniel Hahler
2020-02-15Move test_issue4445_cacheprovider_set into test_cache_failure_warnsDaniel Hahler
2020-02-15cacheprovider: use warnings directlyDaniel Hahler
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-01-24Merge master into featuresDaniel Hahler
2020-01-23tests: remove unnecessary `-rw` optionDaniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-21--cache-clear: add test for keeping non-supporting filesDaniel Hahler
2020-01-09cacheprovider: pytest_collection_modifyitems: copy itemsDaniel Hahler
2019-12-01Ensure cache supporting files still exist after --cache-clearBruno Oliveira
2019-11-16test_cache_writefail_permissions: ignore any other pluginsDaniel Hahler
2019-11-16tests: revisit test_cacheproviderDaniel Hahler
2019-11-15tests: use sys.dont_write_bytecodeDaniel Hahler
2019-11-06Fix for Python 3.5 not handling LocalPathDaniel Hahler
2019-11-05Use try/finally to ensure chmod is run, filter warningDaniel Hahler
2019-11-05tests: clean up chmod-related tests to fix rm_rf warningsTibor Arpas
2019-10-24Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-10-23Merge pull request #6004 from blueyed/fix-nfDaniel Hahler
2019-10-21Merge master into featuresDaniel Hahler
2019-10-19Ensure .pytest_cache file has a newline at the endAnthony Sottile
2019-10-19cache: NFPlugin: keep known nodeidsDaniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
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-05-29last-failed: display skipped-files msg alwaysDaniel Hahler
2019-05-29fixup! Fix regression with --lf and non-selected failuresDaniel Hahler
2019-05-29Fix regression with --lf and non-selected failuresDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-28--lf now skips colletion of files without failed testsBruno Oliveira
2019-04-04Support glob argument with ``--cache-show``Daniel Hahler
2019-04-03run-last-failure: improve reportingDaniel Hahler
2019-03-26Merge pull request #4979 from blueyed/minorDaniel Hahler
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-03-22minor: rename inner testDaniel Hahler
2019-01-24fix tests by adding additional output to expected responsesKristoffer Nordstroem