Add test demonstrating unloading the module during dynamic configuration

This commit is contained in:
Dima Gerasimov 2020-05-10 21:57:55 +01:00
parent 0ac78143f2
commit 1d0ef82d32
3 changed files with 63 additions and 6 deletions

View file

@ -1,6 +1,8 @@
from pathlib import Path
# TODO switch these from using SimpleNamespace
def setup_notes_path(notes: Path) -> None:
# TODO reuse doc from my.cfg?
from my.cfg import config