Commit Graph

88 Commits

Author SHA1 Message Date
Darren Eberly
f54093a171 tests: implemented terrain test for tilesets 2020-06-14 12:22:13 -04:00
Darren Eberly
87916d6332 tests: removed color property from individual_images test to increase branch coverage 2020-06-14 12:21:18 -04:00
Darren Eberly
95bc9834d0 Merge branch 'rf/caster' of https://github.com/Beefy-Swain/pytiled_parser into rf/caster 2020-06-09 21:59:14 -04:00
Darren Eberly
452101521c tests: Implemented more tileset testing. Only missing terrains and wang sets at this point. 2020-06-09 21:59:03 -04:00
Benjamin Kirkbride
41071ba531 chore(test): rename layers dir to layer_tests 2020-06-09 21:45:15 -04:00
Benjamin Kirkbride
452e8a29db test(layer): example stubs 2020-06-09 21:13:28 -04:00
Darren Eberly
e2651bfbc0 tests: implemented idnividual image tileset test with animated tiles and collision objects layer. 2020-06-07 21:07:35 -04:00
Darren Eberly
9a205829d9 tests: Added type key to all existing tileset tests 2020-06-07 14:53:50 -04:00
Darren Eberly
9c373dd815 tests: Started on test for animated tiles with collision shapes. Can't finish until Layer casting is finished 2020-06-06 19:57:47 -04:00
Darren Eberly
a0ce33a563 tests: created a new tileset for individual image tiles with animations and properties 2020-06-06 19:45:42 -04:00
Darren Eberly
c81785eb77 tests: Added tileset_grid test 2020-06-06 17:48:05 -04:00
Darren Eberly
6c3e6af0a6 tests: fix tileset tests to work with new test_data file structure 2020-06-06 15:08:35 -04:00
Benjamin Kirkbride
ae7f37f4cd Merge branch 'rf/caster' of github.com:Beefy-Swain/pytiled_parser into rf/caster 2020-06-04 21:52:19 -04:00
Benjamin Kirkbride
f911844456 tests: move image up a level 2020-06-04 21:52:07 -04:00
Darren Eberly
9c45223e10 tests: implemented tile_offset test 2020-06-04 21:50:52 -04:00
Darren Eberly
94a733d537 Merge branch 'rf/caster' of https://github.com/Beefy-Swain/pytiled_parser into rf/caster 2020-06-04 21:46:24 -04:00
Darren Eberly
2ed04ae204 tests: refactored the way tileset test directories are handled. Switching from finding all directories to manually listing. 2020-06-04 21:46:13 -04:00
Darren Eberly
7c4071c0f2 tests: all currently implemented tileset tests passing. 2020-06-04 21:45:39 -04:00
Benjamin Kirkbride
b860e88f15 test:fix(image_transparent_color): darren messed up big tim 2020-06-04 21:35:01 -04:00
Benjamin Kirkbride
20eb9a4a59 test:fix: properly read tileset 2020-06-04 21:30:48 -04:00
Benjamin Kirkbride
db33e6bc67 Merge branch 'rf/caster' of github.com:Beefy-Swain/pytiled_parser into rf/caster 2020-06-04 21:28:47 -04:00
Darren Eberly
107bf406bc tests: updated expected variable in all expected.py files 2020-06-04 21:28:35 -04:00
Benjamin Kirkbride
6d64db1aaf test(tileset): add tests 2020-06-04 21:28:34 -04:00
Darren Eberly
4c504549c0 tests: implemented tileset with properties test 2020-06-04 21:26:43 -04:00
Darren Eberly
e2157ffa20 tests: implemented multiple tileset tests 2020-06-04 21:23:11 -04:00
Benjamin Kirkbride
9bb66296b9 test: set up structure for tilesets 2020-06-04 20:53:53 -04:00
Benjamin Kirkbride
99b4befcb4 chore(test): move maps to a subdir 2020-06-04 20:45:30 -04:00
Benjamin Kirkbride
b735857fe6 test: tileset stuff 2020-06-04 20:10:40 -04:00
Benjamin Kirkbride
c68a939cf9 test:chore: organized all the current test maps 2020-06-02 20:35:42 -04:00
Benjamin Kirkbride
60b991542f test:add: maps and tilesets for testing 2020-06-02 20:07:39 -04:00
Darren Eberly
ea43d05090 tests: fix: fixed all polyline tests 2020-06-01 21:26:43 -04:00
Darren Eberly
99bfdbc6ae tests: fix: fixed polygon ID 20 test 2020-06-01 21:21:37 -04:00
Darren Eberly
6de198f8f0 tests: fix: fixed polygon ID 10 test 2020-06-01 21:21:11 -04:00
Darren Eberly
33010405a1 tests: fix: Fixed Point ID 3 test 2020-06-01 21:20:25 -04:00
Darren Eberly
3745b6bea5 refactor: changed RawProperties in properties.py to be a TypedDict 2020-06-01 21:14:11 -04:00
Benjamin Kirkbride
86af8df23d tests: use Color object for color 2020-06-01 20:16:50 -04:00
Darren Eberly
ea1c2241cc Merge branch 'rf/caster' of https://github.com/Beefy-Swain/pytiled_parser into rf/caster 2020-05-31 01:57:46 -04:00
Benjamin Kirkbride
56f8a38c86 tests: add font options text test 2020-05-31 01:46:22 -04:00
Benjamin Kirkbride
4ba6d2eac7 tests: add font options text object 2020-05-31 01:33:15 -04:00
Benjamin Kirkbride
a82ae5e45b tests: s/TILE_IMAGES/TILES 2020-05-31 01:11:06 -04:00
Benjamin Kirkbride
74b563621b tests: json is retarded 2020-05-31 01:02:39 -04:00
Darren Eberly
69f05476ca tests: fix: invisible ellipse fixed test 2020-05-31 00:29:38 -04:00
Benjamin Kirkbride
2fc4a44831 rf: id attributes of objects is now id 2020-05-31 00:28:03 -04:00
Benjamin Kirkbride
6bbb739bec tests: fix missing visibility attribute 2020-05-30 23:57:14 -04:00
Benjamin Kirkbride
e46f86bbd3 Merge branch 'rf/caster' of github.com:Beefy-Swain/pytiled_parser into rf/caster 2020-05-30 22:52:24 -04:00
Benjamin Kirkbride
b5dee95bbd tests: load json before passing to caster 2020-05-30 22:51:47 -04:00
Darren Eberly
6f683adc5e tests: added missing ellipse test, implemented text tests 2020-05-30 22:50:22 -04:00
Darren Eberly
b73f5bd311 tests: fix: added type to bottom right align text in tiled map 2020-05-30 22:36:11 -04:00
Benjamin Kirkbride
f94269ba66 Merge branch 'rf/caster' of github.com:Beefy-Swain/pytiled_parser into rf/caster 2020-05-30 22:13:02 -04:00
Benjamin Kirkbride
161da5ef03 tests: add Tiles to list 2020-05-30 22:12:47 -04:00