summaryrefslogtreecommitdiff
path: root/tests/config/cli/test_parse.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not log distlib.util or filelock (#2656)Bernát Gábor2022-12-081-6/+1
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support -va as well as -av (#2351)Bernát Gábor2022-02-101-0/+6
|
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-0/+25
|
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-0/+2
|
* Add CLI documentation (#1852)Bernát Gábor2021-01-171-1/+1
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix ini replace logic does not work for other config set referencesBernát Gábor2020-10-271-0/+13
- When we load a tox configuration set ensure we create the tox environment for it via a callback (default is noop), because this is what registers the list of valid/defined configuration options - When the replacer loads a value this might be of not string type, create a stringify method that transforms arbitrary types to string, and use this to stringify typed values inside the replacer, and also reuse this for the show configuration command - Remove the integration test folder, move these alongside the tests themselves and introduce an integration marker to mark them as such - Only run integration tests if the --run-integration is passed in, or if there's a single test inside the run suite - Expose this integration functionality via our pytest plugin Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>