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