mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use commit 0e1e780fd6f18ce93119061e36a4fca9711bc020 Excluded multibuild folder, as this caused git issues
15 lines
358 B
Python
15 lines
358 B
Python
from ert.test import TestRun
|
|
from ert.test import path_exists
|
|
from ert.test import SourceEnumerator
|
|
from ert.test import TestArea , TestAreaContext
|
|
from ert.test import ErtTestRunner
|
|
from ert.test import PathContext
|
|
from ert.test import LintTestCase
|
|
from ert.test import ImportTestCase
|
|
|
|
from tests import EclTest
|
|
|
|
|
|
class ErtLegacyTestTest(EclTest):
|
|
pass
|