fix package path and move files under doctor_tests
[doctor.git] / doctor_tests / scenario / common.py
similarity index 90%
rename from tests/scenario/common.py
rename to doctor_tests/scenario/common.py
index a33c50f..a5cbe48 100644 (file)
@@ -7,7 +7,8 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 import sys
-from common.utils import match_rep_in_file
+
+from doctor_tests.common.utils import match_rep_in_file
 
 
 def calculate_notification_time():
@@ -25,4 +26,4 @@ def calculate_notification_time():
         raise Exception('Can not match notified time')
     notified = result.group(0)
 
-    return float(notified) - float(detected)
\ No newline at end of file
+    return float(notified) - float(detected)