forked from TrueCloudLab/frostfs-testlib
Fixing issues in imports after movin tests to pip install -e for testlib
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
4fd9d69701
commit
71b35d45c3
8 changed files with 51 additions and 55 deletions
|
@ -1,4 +1,5 @@
|
|||
from test_case import id, suite_name, suite_section, title
|
||||
from test_collector import TestCase, TestCaseCollector
|
||||
from test_exporter import TestExporter
|
||||
from testrail_exporter import TestrailExporter
|
||||
from frostfs_testlib.analytics import test_case
|
||||
from frostfs_testlib.analytics.test_case import TestCasePriority
|
||||
from frostfs_testlib.analytics.test_collector import TestCase, TestCaseCollector
|
||||
from frostfs_testlib.analytics.test_exporter import TestExporter
|
||||
from frostfs_testlib.analytics.testrail_exporter import TestrailExporter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue