JakobGM / astrality

Astrality - A modular and dynamic configuration file manager
https://astrality.readthedocs.io
MIT License
98 stars 3 forks source link

Split config files into seperate responsibilities #23

Closed JakobGM closed 6 years ago

JakobGM commented 6 years ago

I have also removed the prefixes config/, module/, and context/, as these are now uneccessary, as the filename determines the type.

All internals represent the configs the same way still, a single dictionary with prefixes. I will probably change this at some point, to clean the code base up a bit. But it will require changing a lot of tests, so I will procrastinate a bit on this issue.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 370


Changes Missing Coverage Covered Lines Changed/Added Lines %
astrality/config.py 74 78 94.87%
<!-- Total: 106 110 96.36% -->
Files with Coverage Reduction New Missed Lines %
astrality/config.py 3 95.95%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 366: -0.1%
Covered Lines: 3611
Relevant Lines: 3701

💛 - Coveralls