more complexity in the test conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user