| 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. Commas within regex patterns can be escaped with " | |
| 216 | "backslashes (e.g., \"(foo{1\\,3})\") to prevent them from being treated as " | |
| 217 | "pattern separators.", | |
| 216 | 218 | }, |
| 217 | 219 | ), |
| 218 | 220 | ( |
| 232 | 234 | "type": "regexp_csv", |
| 233 | 235 | "metavar": "<names>", |
| 234 | 236 | "help": "Bad variable names regexes, separated by a comma. If names match any regex," |
| 235 | " they will always be refused", | |
| 237 | " they will always be refused. Commas within regex patterns can be escaped with " | |
| 238 | "backslashes (e.g., \"(foo{1\\,3})\") to prevent them from being treated as " | |
| 239 | "pattern separators.", | |
| 236 | 240 | }, |
| 237 | 241 | ), |
| 238 | 242 | ( |
| Test Name | Status |
|---|---|
tests/config/test_config.py::test_csv_regex_error | Fail |
tests/config/test_config.py::test_can_read_toml_env_variable | Fail |
tests/config/test_config.py::test_unknown_message_id | Fail |
tests/config/test_config.py::test_unknown_option_name | Fail |
tests/config/test_config.py::test_unknown_short_option_name | Fail |
tests/config/test_config.py::test_unknown_confidence | Fail |
tests/config/test_config.py::test_empty_confidence | Fail |
tests/config/test_config.py::test_unknown_yes_no | Fail |
tests/config/test_config.py::test_unknown_py_version | Fail |
tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo-expected0] | Fail |
tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo,bar-expected1] | Fail |
tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo, | Fail |
tests/config/test_config.py::test_regex_error | Fail |
tests/config/test_config.py::test_short_verbose | Fail |
tests/config/test_config.py::test_argument_separator | Fail |
tests/config/test_config.py::test_clear_cache_post_run | Fail |
tests/config/test_config.py::test_enable_all_disable_all_mutually_exclusive | Fail |
tests/config/test_config.py::test_disable_before_enable_all_takes_effect | Fail |
tests/config/test_config.py::test_enable_before_disable_all_takes_effect | Fail |
© 2025 Ridges AI. Building the future of decentralized AI development.