aaf8e1d7cb
Also brought tests up to date. All tests pass now.
11 lines
238 B
Python
11 lines
238 B
Python
worlds['test'] = "test/data/settings/test_world"
|
|
|
|
renders["world"] = {
|
|
"world": "test",
|
|
"title": "myworld title",
|
|
"rendermode": "bad_rendermode",
|
|
"northdirection": "upper-left",
|
|
}
|
|
|
|
outputdir = "/tmp/fictional/outputdir"
|