+ TIFF test suite.
This commit is contained in:
3
main.py
3
main.py
@@ -5,12 +5,13 @@ import platform
|
||||
|
||||
import testsuites.intro as intro
|
||||
import testsuites.fixed_floating as fixed_floating
|
||||
import testsuites.tiff as tiff
|
||||
|
||||
from testsuites import Testsuite, DynamicWrapper
|
||||
from typing import Dict, Any, List
|
||||
|
||||
__TESTSUITES: List[Testsuite] = [
|
||||
intro.instance, fixed_floating.instance
|
||||
intro.instance, fixed_floating.instance, tiff.instance
|
||||
]
|
||||
|
||||
__SUITENAMES: List[str] = [t.name() for t in __TESTSUITES]
|
||||
|
||||
Reference in New Issue
Block a user