Fixing some settings stuff
This commit is contained in:
@@ -14,6 +14,8 @@ class SettingsTest(unittest.TestCase):
|
||||
s.validate()
|
||||
things = s.get_render_things()
|
||||
# no exceptions so far. that's good
|
||||
self.assertEquals(things['world']['bgcolor'], (26,26,26))
|
||||
|
||||
def test_rendermode_validation(self):
|
||||
s = configParser.MultiWorldParser("test/data/settings/settings_test_rendermode.py")
|
||||
s.parse()
|
||||
|
||||
Reference in New Issue
Block a user