Store cmprefimpl
strings in a separate file
#486
Labels
improve
Improve (or remove) an existing feature
cmprefimpl
strings in a separate file
#486
Currently, the input strings for the
cmprefimpl
tests are scraped from thesimplefeatures
codebase. The intention is that the unit tests in the codebase contain a lot of WKT literals, which are perfect inputs for thecmprefimpl
tests.This approach has the downside that the addition of new unit tests can sometimes cause the
cmprefimpl
tests to fail. Any additional unit tests (with novel inputs) can create additionalcmprefimpl
test cases, which may fail.It would be nice if the
cmprefimpl
inputs were decoupled from the unit tests. One way to do this could be to:cmprefimpl
in a text file (under version control).The text was updated successfully, but these errors were encountered: