Skip to content

Commit

Permalink
Added generic test case handling (#117)
Browse files Browse the repository at this point in the history
* implemented generic test cases

* made geojson conform to specs

* added more test cases

* updated test cases

* removed duplicate 'fatal' test cases

* made polygon_trapezoid_edge_overlap.geojson a test case

* made overlap_loop.geojson a test case

* made overlap_y.geojson a test case

* made touching_boxes.geojson a test case

* made 'disjoint union nesting' a test case

* made 'collapsed edges removed' a test case

* made 'rectangles' a test case

* added filling rectangle test case

* removed duplicated tests

* made test case geojsons valid geojsons (missing properties)

Co-authored-by: Rowan Winsemius <[email protected]>
  • Loading branch information
bluenote10 and rowanwins authored Feb 21, 2020
1 parent c0fe938 commit 89338f6
Show file tree
Hide file tree
Showing 31 changed files with 1,775 additions and 679 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"eslint-plugin-jsdoc": "^20.0.2",
"eslint-plugin-promise": "^3.8.0",
"geojson-project": "^1.0.0",
"json-stringify-pretty-compact": "^2.0.0",
"http-server": "^0.12.1",
"leaflet": "^1.2.0",
"leaflet-editable": "^1.1.0",
Expand Down
Loading

0 comments on commit 89338f6

Please sign in to comment.