summaryrefslogtreecommitdiff
path: root/tests/config/test_argparse_config.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* fix: test_logger_rcfile: replace only the last .py token in the string (#7521)Sandro Tosi2022-10-031-1/+4
* Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-261-2/+2
* Increase coverage for ``argparse`` (#6331)Daniël van Noord2022-04-151-0/+13
* Remove ``_ArgumentsManager.namespace``Daniël van Noord2022-04-141-12/+0
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-8/+6
* Finalize ``_parse_command_line_configuration`` (#6189)Daniël van Noord2022-04-051-2/+2
* Add tests for deprecated optionsDaniël van Noord2022-04-041-0/+24
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-0/+56