add option to check and warn or bail out on flowtext
This commit is contained in:
parent
70e6fb776e
commit
b14e801cb7
4 changed files with 162 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue