mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
fix imports in tests
This commit is contained in:
parent
a3ad499c34
commit
13a85204f1
@ -4,7 +4,8 @@ import logging
|
||||
|
||||
from yandextank.plugins.Phantom import PhantomConfig, PhantomPlugin
|
||||
from TankTests import TankTestCase
|
||||
from yandextank.plugins.PhantomUtils import StepperWrapper, AddressWizard
|
||||
from yandextank.plugins.Phantom.PhantomUtils import \
|
||||
StepperWrapper, AddressWizard
|
||||
|
||||
|
||||
class PhantomConfigTestCase(TankTestCase):
|
||||
|
@ -5,7 +5,7 @@ import unittest
|
||||
from yandextank.plugins.Aggregator import AggregatorPlugin, SecondAggregateData
|
||||
from yandextank.plugins.Phantom import PhantomPlugin, PhantomReader
|
||||
from TankTests import TankTestCase
|
||||
from yandextank.plugins.PhantomUtils import StepperWrapper
|
||||
from yandextank.plugins.Phantom.PhantomUtils import StepperWrapper
|
||||
|
||||
|
||||
class PhantomPluginTestCase(TankTestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user