test Package

test Package

testtiledtmxloader Module

class test.testtiledtmxloader.MapLoadTestsPygame(methodName='runTest')[source]

Bases: unittest.TestCase

compare(expected, captured)[source]

Helper method to compare to lists.

setUp()[source]
test_can_load_compression_base64_gzip()[source]
test_can_load_compression_base64_gzip_dtd()[source]
test_can_load_compression_base64_uncompressed()[source]
test_can_load_compression_base64_zlib()[source]
test_can_load_compression_cvs()[source]
test_can_load_compression_xml()[source]
test_get_list_of_quad_coords()[source]
test_load_map_from_cur_dir()[source]
test_load_map_from_cur_dir_using_tsx()[source]
test_load_map_from_sub_dir()[source]
test_load_map_from_sub_dir_using_tsx()[source]
test_load_map_from_sub_dir_using_tsx_from_sub_dir()[source]
test_load_map_from_sub_dir_using_tsx_from_sub_dir_and_img_from_sub_dir()[source]
test_load_unkown_version_should_raise_exception()[source]
test_tile_properties()[source]
test_wrong_sized_tileset()[source]
class test.testtiledtmxloader.MapLoadTestsPyglet(methodName='runTest')[source]

Bases: test.testtiledtmxloader.MapLoadTestsPygame

setUp()[source]

Table Of Contents

Previous topic

tiledtmxloader Package

This Page