summaryrefslogtreecommitdiff
path: root/testing/test_cacheprovider.py
AgeCommit message (Expand)Author
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
2018-12-04#4278 Added a CACHEDIR.TAG file to the cache directoryfeuillemorte
2018-11-22Fix test/improve tests a bit in py27Bruno Oliveira
2018-11-14cacheprovider: do not write README/.gitignore to existing dirDaniel Hahler
2018-11-13pytester: pop TOX_ENV_DIR from os.environDaniel Hahler
2018-11-09cache_dir: use $TOX_ENV_DIR/ prefix if setDaniel Hahler
2018-10-27Merge pull request #4147 from davidszotten/stepwiseRonny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-15fix cacheprovider testDavid Szotten
2018-10-01Show a warning when non-str is given to Monkeypatch.setenvBruno Oliveira
2018-09-14.pytest_cache is now automatically ignored by GitBruno Oliveira
2018-09-04Fix reference to PytestWarning in warningsfilter markBruno Oliveira
2018-09-04Handle cache warnings in testsBruno Oliveira
2018-09-04Deprecate Config.warn and Node.warn, replaced by standard warningsBruno Oliveira
2018-08-31Remove test which is no longer required and improve test_lf_and_ff_prints_no_...Bruno Oliveira
2018-08-30Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-08-30T3853:removed needless message printed with --failed-first,--last-failed and ...dhirensr
2018-08-26Cache now obeys -q when showing summary for --lf and --ffBruno Oliveira
2018-08-23Replace Source with dedent where possibleAnthony Sottile
2018-08-01fix #3745 - display absolute cache_dir if necessaryRonny Pfannschmidt
2018-06-26merge from master to featuresRonny Pfannschmidt
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-23rebase onto readme additionRonny Pfannschmidt
2018-06-22port cache plugin internals to pathlibRonny Pfannschmidt
2018-06-21added changelog entryavirlrma
2018-05-23run blackRonny Pfannschmidt
2018-03-10implemented --last-failed-no-failuresBrian Maissy
2018-02-23Merge branch 'features' of https://github.com/feuillemorte/pytest into 3034-n...feuillemorte
2018-02-23#3034 Fix commentsfeuillemorte
2018-02-13Show deselection count before tests are exectuedThomas Hisch
2018-02-13#3034 Added new option "--new-first"feuillemorte
2018-01-29Rename test_cache to test_cacheprovider for consistency with cacheproviderBruno Oliveira