Merge branch 'enh/config' into 'master'
BIP configuration system See merge request falmagro/bip!3
Showing
- .ci/unit_tests.sh 16 additions, 0 deletions.ci/unit_tests.sh
- .gitlab-ci.yml 20 additions, 0 deletions.gitlab-ci.yml
- bip/tests/__init__.py 44 additions, 0 deletionsbip/tests/__init__.py
- bip/tests/test_bip_utils_config.py 376 additions, 0 deletionsbip/tests/test_bip_utils_config.py
- bip/tests/test_import_all.py 25 additions, 0 deletionsbip/tests/test_import_all.py
- bip/utils/__init__.py 45 additions, 13 deletionsbip/utils/__init__.py
- bip/utils/config.py 476 additions, 0 deletionsbip/utils/config.py
- setup.cfg 7 additions, 0 deletionssetup.cfg
.ci/unit_tests.sh
0 → 100644
.gitlab-ci.yml
0 → 100644
bip/tests/__init__.py
0 → 100644
bip/tests/test_bip_utils_config.py
0 → 100644
bip/tests/test_import_all.py
0 → 100644
bip/utils/config.py
0 → 100644
setup.cfg
0 → 100644
Please register or sign in to comment