0

Start of some unit tests for setting.py parsing

This commit is contained in:
Andrew Chin
2011-12-28 16:04:24 -05:00
parent 79356e4664
commit 2d99aef78f
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
render["world"] = {
"path": "test/data/settings/test_world",
"rendermodes": ["bad_rendermode"],
"north-direction": ["upper-left"],
}