summaryrefslogtreecommitdiff
path: root/testing/test_conftest.py
AgeCommit message (Expand)Author
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-11-16testing: convert test_{conftest,recwarn,tmpdir} to pytesterGarvit Shubham
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-25pathlib: replace py.path.local.visit() with our own functionRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-08Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5...Fabio Zadrozny
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-11-15Import Path from _pytest.pathlib for py35Daniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-09-12Use Path() objects to store conftest filesBruno Oliveira
2019-09-12Revert "Merge pull request #5792 from dynatrace-oss-contrib/bugfix/badcase"Bruno Oliveira
2019-08-28Move _uniquepath to pathlib as unique_path.Christian Neumüller
2019-08-27black formatting.Christian Neumüller
2019-08-26Fix pytest with mixed up filename casing.Christian Neumüller
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-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09Remove the 'issue' marker from test suiteBruno Oliveira
2019-04-11Merge masterDaniel Hahler
2019-04-05Add _sys_snapshot fixture and use it with more testsDaniel Hahler
2019-04-05tests: harden test_immediate_initialiation_and_incremental_are_the_sameDaniel Hahler
2019-04-05Fix test_conftest when run via pytest-randomlyDaniel Hahler
2019-03-31Register "issue" mark for self-testsZac-HD
2019-02-07Fix "ValueError: Plugin already registered" exceptions when running in build ...Paweł Stradomski
2018-10-31_getconftestmodules: use functools.lru_cacheDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-23Fix "Plugin already registered" error with symlinksDaniel Hahler
2018-10-13Resolve symlinks for argsDaniel Hahler
2018-09-26Do not issue non-top-level conftest warning when --pyargs is usedBruno Oliveira
2018-08-23Replace Source with dedent where possibleAnthony Sottile
2018-07-26Deprecate calling fixture functions directlyBruno Oliveira
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2018-05-13Spelling and grammar fixesVille Skyttä
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-12-11simplify test_conftest_found_with_double_dash() test codeJurko Gospodnetić
2017-12-09shorten some test codeJurko Gospodnetić
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-07-20Add "fix-lint" tox environment to fix linting errorsBruno Oliveira
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E271 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E241 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim