JakobGM / astrality

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

Ensure that application context stays updated for all modules #29

Closed JakobGM closed 6 years ago

JakobGM commented 6 years ago

This PR fixes the bug we have discussed when external modules need access to imported context values, but they did not due to ModuleManager.application_context got reassigned and old references became stale.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 429


Files with Coverage Reduction New Missed Lines %
astrality/filewatcher.py 4 97.06%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 425: 0.04%
Covered Lines: 3595
Relevant Lines: 3688

💛 - Coveralls