SVG: Add more sophisticated test suit

This test suit tests SVG on a big files, as opposite of testing one
specific aspect of the standard by atomic files.
This commit is contained in:
Sergey Sharybin
2022-11-10 10:29:00 +01:00
parent 2a6a492a82
commit 3153bd0f5d
3 changed files with 8 additions and 2 deletions

View File

@@ -166,6 +166,9 @@ class Report:
def set_fail_threshold(self, threshold):
self.fail_threshold = threshold
def set_fail_percent(self, percent):
self.fail_percent = percent
def set_reference_dir(self, reference_dir):
self.reference_dir = reference_dir