pycsw
pycsw copied to clipboard
add flag to validate XML in unit tests
Currently the unit tests perform byte comparison of test results against pre-determined output.
It would be valuable to add a -v flag to https://github.com/geopython/pycsw/blob/master/tests/run_tests.py, which in addition performs lxml validation.