add option to check and warn or bail out on flowtext

This commit is contained in:
Tobias Oberstein 2016-04-02 16:49:10 +02:00
parent 70e6fb776e
commit b14e801cb7
4 changed files with 162 additions and 0 deletions

View file

@ -17,3 +17,9 @@ test_version:
test_help:
PYTHONPATH=. python -m scour.scour --help
test_error_on_flowtext:
# this is fine ..
PYTHONPATH=. scour --error-on-flowtext unittests/flowtext-less.svg /dev/null
# .. and this should bail out!
PYTHONPATH=. scour --error-on-flowtext unittests/flowtext.svg /dev/null