Add test demonstrating unloading the module during dynamic configuration
This commit is contained in:
parent
0ac78143f2
commit
1d0ef82d32
3 changed files with 63 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue