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

@@ -9,6 +9,7 @@ sys.path.insert(0, os.path.join(os.getcwd(), os.pardir))
# Import unit test cases or suites here
from test_tileobj import TileTest
from test_rendertileset import RendertileSetTest
from test_settings import SettingsTest
if __name__ == "__main__":
unittest.main()