There is currently a fixed test hierarchy: [style property name]/[style property value]. This system has not scaled elegantly as we've added tests for other sorts of things: tile extents, regression tests, query tests, etc.
[ ] refactor to allow for an arbitrary test hierarchy
[ ] organize existing tests into a new-and-improved heirarchy
[ ] refactor query tests to use the operations API and merge them into the new hierarchy
There is currently a fixed test hierarchy:
[style property name]/[style property value]
. This system has not scaled elegantly as we've added tests for other sorts of things: tile extents, regression tests, query tests, etc.