BIP configuration system
- New
bip.utils.config
module, which can be used to read settings from TOML configuration files - New
bip.utils.lockdir
function, for acquiring exclusive access to a directory on a file system - Rudimentary unit tests, and configuration for running them with GitLab CI. These will fail until we have resolved all dependencies
Edited by Paul McCarthy
Merge request reports
Activity
added 7 commits
-
44aea013 - 1 commit from branch
falmagro:master
- ad522167 - ENH: initial work on configuration system.
- 14702582 - ENH,RF: - Renamed "overrides" to "selectors".
- 584d8855 - TEST: unit tests for config module
- 9051a9db - MNT: setup.cfg containing test settings
- 0fdc61a1 - RF,BF: Small typos, resolve cfgdir, add len function
- 7565beca - TEST: Test Config dict properties
Toggle commit list-
44aea013 - 1 commit from branch
added 1 commit
- 3c8b68db - TEST: Sanity check test that just tries to import every module
added 10 commits
-
eef1d636 - 1 commit from branch
falmagro:master
- 80fc1e17 - ENH: initial work on configuration system.
- 0f4db5dd - ENH,RF: - Renamed "overrides" to "selectors".
- d1cd8b61 - TEST: unit tests for config module
- 2b8dd35c - MNT: setup.cfg containing test settings
- 2646515c - RF,BF: Small typos, resolve cfgdir, add len function
- 3e228dd5 - TEST: Test Config dict properties
- eb8afbc9 - MNT: Warn when name collision between regular setting and selector
- f9ffacd6 - TEST: Test name collision between regular setting and selector
- 92d66e20 - TEST: Sanity check test that just tries to import every module
Toggle commit list-
eef1d636 - 1 commit from branch
added 12 commits
-
d3c89564 - 1 commit from branch
falmagro:master
- 9dc06559 - ENH: initial work on configuration system.
- fed61214 - ENH,RF: - Renamed "overrides" to "selectors".
- 2cc2ce72 - TEST: unit tests for config module
- f7998da1 - MNT: setup.cfg containing test settings
- 85c49cea - RF,BF: Small typos, resolve cfgdir, add len function
- 8d83e1dc - TEST: Test Config dict properties
- 8083b839 - MNT: Warn when name collision between regular setting and selector
- ec68b432 - TEST: Test name collision between regular setting and selector
- 4b84d157 - TEST: Sanity check test that just tries to import every module
- 5cb213f3 - ENH: New lockdir utility function
- 678ba29b - CI: Run unit tests via gitlab CI
Toggle commit list-
d3c89564 - 1 commit from branch
mentioned in commit fc41f3c8
Please register or sign in to reply