0

added TileSet tests, fixed several bugs. Still needs work.

This commit is contained in:
Andrew Brown
2012-01-08 02:51:06 -05:00
parent fb0a7b161e
commit 3995a06c97
4 changed files with 404 additions and 72 deletions

View File

@@ -10,6 +10,7 @@ sys.path.insert(0, os.path.join(os.getcwd(), os.pardir))
from test_tileobj import TileTest
from test_rendertileset import RendertileSetTest
from test_settings import SettingsTest
from test_tileset import TilesetTest
if __name__ == "__main__":
unittest.main()