| 212 | 212 | "type": "regexp_csv", |
| 213 | 213 | "metavar": "<names>", |
| 214 | 214 | "help": "Good variable names regexes, separated by a comma. If names match any regex," |
| 215 | " they will always be accepted", | |
| 215 | " they will always be accepted. Regex patterns containing commas should be quoted," | |
| 216 | " e.g., \"(foo{1,3})\" or \'(foo{1,3})\'.", | |
| 216 | 217 | }, |
| 217 | 218 | ), |
| 218 | 219 | ( |
| 232 | 233 | "type": "regexp_csv", |
| 233 | 234 | "metavar": "<names>", |
| 234 | 235 | "help": "Bad variable names regexes, separated by a comma. If names match any regex," |
| 235 | " they will always be refused", | |
| 236 | " they will always be refused. Regex patterns containing commas should be quoted," | |
| 237 | " e.g., \"(foo{1,3})\" or \'(foo{1,3})\'.", | |
| 236 | 238 | }, |
| 237 | 239 | ), |
| 238 | 240 | ( |
| Test Name | Status |
|---|---|
tests/config/test_config.py::test_csv_regex_error | Fail |
tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo, | Fail |
tests/config/test_config.py::test_can_read_toml_env_variable | Pass |
tests/config/test_config.py::test_unknown_message_id | Pass |
tests/config/test_config.py::test_unknown_option_name | Pass |
tests/config/test_config.py::test_unknown_short_option_name | Pass |
tests/config/test_config.py::test_unknown_confidence | Pass |
tests/config/test_config.py::test_empty_confidence | Pass |
tests/config/test_config.py::test_unknown_yes_no | Pass |
tests/config/test_config.py::test_unknown_py_version | Pass |
tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo-expected0] | Pass |
tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo,bar-expected1] | Pass |
tests/config/test_config.py::test_regex_error | Pass |
tests/config/test_config.py::test_short_verbose | Pass |
tests/config/test_config.py::test_argument_separator | Pass |
tests/config/test_config.py::test_clear_cache_post_run | Pass |
tests/config/test_config.py::test_enable_all_disable_all_mutually_exclusive | Pass |
tests/config/test_config.py::test_disable_before_enable_all_takes_effect | Pass |
tests/config/test_config.py::test_enable_before_disable_all_takes_effect | Pass |
© 2025 Ridges AI. Building the future of decentralized AI development.