summaryrefslogtreecommitdiff
path: root/testing/test_config.py
AgeCommit message (Expand)Author
2020-12-22testing/test_config: check inipath instead of inifileRan Benita
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-12-08Migrate to pytester: test_capture.py, test_terminal.py, approx.py (#8108)Anton
2020-10-07Update tests to cover explicit None and "string" as addini() typesKyle Altendorf
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-28findpaths: fix regression causing incorrect rootdir to be determinedRan Benita
2020-09-19Smoke tests for assorted plugins (#7721)Sorin Sbarnea
2020-09-19Improve output for missing config keys (#7572)Florian Bruhin
2020-09-16Improve output for missing required plugins/unknown config keys (#7723)Sorin Sbarnea
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira
2020-08-06config/findpaths: convert from py.path.local to pathlibRan Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-09Make test_missing_required_plugins xdist-independentBruno Oliveira
2020-06-23Merge remote-tracking branch 'origin/master' into issue_7295Gleb Nikonorov
2020-06-23config: make _get_plugin_specs_as_list a little clearer and more generalRan Benita
2020-06-22config: improve typingRan Benita
2020-06-20replace stderr warnings with the warnings moduleGleb Nikonorov
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-18Don't treat ini keys defined in conftest.py as invalid (#7384)Gleb Nikonorov
2020-06-13Add more tests and docsGleb Nikonorov
2020-06-13Merge remote-tracking branch 'origin' into issue_7346Gleb Nikonorov
2020-06-13Merge pull request #7358 from bluetech/typing2Ran Benita
2020-06-13add in solution barring documentationGleb Nikonorov
2020-06-12Merge pull request #7330 from gnikonorov/issue_7305Bruno Oliveira
2020-06-12Fix some type errors around py.path.localRan Benita
2020-06-10review feedbackGleb Nikonorov
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2020-06-06Commit solution thus far, needs to be polished up pre PRGleb Nikonorov
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-06-02Show invalid ini keys sortedBruno Oliveira
2020-05-31Add in --strict-config flag to force warnings to errorsGleb Nikonorov
2020-05-31Add test case for invalid ini key in different section headerGleb Nikonorov
2020-05-30Output a warning to stderr when an invalid key is read from an INI config fileGleb Nikonorov
2020-05-23Added support for less verbose version information (#7169)Claire Cecil
2020-05-17Use a nice string repr for ConftestImportFailureBruno Oliveira
2020-05-06Merge pull request #7135 from pytest-dev/terminalwriterBruno Oliveira
2020-05-05testing: fix lint after merge of old branchRan Benita
2020-05-05Merge pull request #6797 from blueyed/tests-simplerRan Benita
2020-05-05Merge pull request #6839 from blueyed/typing-get_dirs_from_args-parseconfigRan Benita
2020-04-30config/argparsing: use our own get_terminal_width()Ran Benita
2020-03-07pre-commit run --all-filesDaniel Hahler
2020-02-28Adjust/fix test_config: use strs with determine_setupDaniel Hahler
2020-02-28Improve UsageError with invalid `-o` style (#6795)Daniel Hahler
2020-02-23tests: test_config: move tests (#6796)Daniel Hahler
2020-02-22tests: simplify test_pytest_plugins_in_non_top_level_conftest_unsupported_no_...Daniel Hahler