more complexity in the test conf

This commit is contained in:
John Lancaster
2024-07-07 17:17:11 -05:00
parent 6904ac30d5
commit 3481ff7976
15 changed files with 733 additions and 30 deletions

View File

@@ -1,11 +1,19 @@
# App1:
# module: app1.database
# class: DatabaseApp
App1:
module: aadfasdf
class: Database
other_kwargs: value
dependencies: Sound
App2:
module: app2.database
class: OtherDatabaseApp
dependencies:
- App1
- App1Foo
- globals
App1Foo:
module: app1.subdir.foo
class: Foo
globals:
- hello