Initial commit: DPM core library, CLI, bundled info module, and tests
This commit is contained in:
6
tests/fixtures/conf/core.conf
vendored
Normal file
6
tests/fixtures/conf/core.conf
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[logging]
|
||||
log_level = ERROR
|
||||
write_to_log = false
|
||||
|
||||
[modules]
|
||||
path = /nonexistent/from/config
|
||||
5
tests/fixtures/conf/testmod.conf
vendored
Normal file
5
tests/fixtures/conf/testmod.conf
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[main]
|
||||
key = value
|
||||
|
||||
[section2]
|
||||
other = 42
|
||||
Reference in New Issue
Block a user