cli.py: replace `'...'.format(...)` with f-strings |
|
More...
|
about 5 years ago
|
config_parse.py: replace `'...'.format()` with f-strings |
|
More...
|
about 5 years ago
|
pyproject.toml: require Python 3.6+ |
|
More...
|
about 5 years ago
|
config_parse.py: fix PEP 8 errors, as reported by `flake8` |
|
More...
|
about 5 years ago
|
tox.ini: make `flake8` ignore `templates.py` |
|
More...
|
about 5 years ago
|
tox.ini: run `flake8` for the `barectf` directory only |
|
More...
|
about 5 years ago
|
config_parse.py: comment `_ConfigParseErrorCtx` and `_ConfigParseError` |
|
More...
|
about 5 years ago
|
_YamlConfigParser: rename field type creation methods (more explicit) |
|
More...
|
about 5 years ago
|
_YamlConfigParser: rename `_root_yaml_path` 👉 `_root_path` |
|
More...
|
about 5 years ago
|
config_parse.py: use a `_YamlConfigParser` object a single time |
|
More...
|
about 5 years ago
|
config_parse.py: normalize exception contexts and messages |
|
More...
|
about 5 years ago
|
config_parse.py: update/improve comments |
|
More...
|
about 5 years ago
|
barectf: rename `ConfigParseError` 👉 `_ConfigParseError` |
|
More...
|
about 5 years ago
|
barectf: use JSON schema to validate special root field type fields |
|
More...
|
about 5 years ago
|
barectf: schemas: use conditionals intead of `oneOf` when possible |
|
More...
|
about 5 years ago
|
_SchemaValidator.validate(): use "element" prefix for array elements |
|
More...
|
about 5 years ago
|
LICENSE: reflow licence header for 72 columns |
|
More...
|
about 5 years ago
|
LICENSE: update copyright years |
|
More...
|
about 5 years ago
|
barectf: reflow licence headers for 72 columns |
|
More...
|
about 5 years ago
|
barectf: update copyright years |
|
More...
|
about 5 years ago
|
gen.py, templates.py: replace double quotes with backticks (generated) |
|
More...
|
about 5 years ago
|
cli.py, config_parse.py: replace double quotes with backticks |
|
More...
|
about 5 years ago
|
Use JSON schemas to validate the layout and types of the YAML config. |
|
More...
|
about 5 years ago
|
config_parse.py: add _append_error_ctx() to remove redundant code |
|
More...
|
about 5 years ago
|
Make configuration and metadata objects immutable |
|
More...
|
about 5 years ago
|
Capitalize exception messages and what the CLI prints |
|
More...
|
about 5 years ago
|
test.bash: pass all `.bats` files to `bats` |
|
More...
|
about 5 years ago
|
barectf_config_check_fail(): check that failure is caused by cfg. error |
|
More...
|
about 5 years ago
|
tests/config/pass/everything/pass.bats: quote `$CC` |
|
More...
|
about 5 years ago
|
tests/config/pass/everything/pass.bats: make test directory the CWD |
|
More...
|
about 5 years ago
|