summaryrefslogtreecommitdiff
path: root/tests/config/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-3/+3
* Fixing some too long lines (#8339)Ollie2023-02-251-3/+5
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-051-0/+18
* Fix handling of ``--`` as separator between positional args and flags (#7551)Daniël van Noord2022-10-021-4/+3
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-311-0/+30
* Fix handling of ``--`` as separator of positional arguments and flagsDaniël van Noord2022-06-301-0/+10
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-1/+1
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-041-1/+1
* Fix behavior of empty `--confidence` optionJacob Walls2022-05-051-0/+7
* Exit gracefully for unrecognized command line options (#6506)Daniël van Noord2022-05-051-5/+6
* Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-261-2/+3
* Fix short ``-v`` flag and add ``metavar`` support to ``_CallableArgument`` (#...Daniël van Noord2022-04-191-0/+7
* Add ``unrecognized-option`` message (#6330)Daniël van Noord2022-04-151-0/+17
* Improve coverage of ``argparse`` (#6332)Daniël van Noord2022-04-151-0/+25
* Add ``bad-option-value``Daniël van Noord2022-04-141-1/+14
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-2/+3
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-2/+2
* Remove last use of ``config`` in ``PyLinter``Daniël van Noord2022-04-121-1/+1
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-121-96/+8
* Use a stable file in order to have a stable exit codePierre Sassoulas2021-11-101-1/+6
* Refactor 'check_configuration_file_reader' so we can assert other filesPierre Sassoulas2021-11-101-18/+30
* Fix the typing of all PosixPath in tests/config/test_config.pyPierre Sassoulas2021-11-101-6/+6
* Simplify 'test_can_read_toml_env_variable' to work like other testsPierre Sassoulas2021-11-101-19/+6
* Rename test_can_read_env_variable so it has 'toml' in itPierre Sassoulas2021-11-081-1/+2
* Remove duplicated comment in 'test_can_read_env_variable'Pierre Sassoulas2021-11-081-2/+0
* Move existing config tests to the tests/config directoryPierre Sassoulas2021-11-081-0/+127