fix package path and move files under doctor_tests
[doctor.git] / doctor_tests / consumer / sample.py
similarity index 95%
rename from tests/consumer/sample.py
rename to doctor_tests/consumer/sample.py
index 20ad9d5..d76a764 100644 (file)
@@ -13,7 +13,7 @@ import time
 from threading import Thread
 import requests
 
-from consumer.base import BaseConsumer
+from doctor_tests.consumer.base import BaseConsumer
 
 
 class SampleConsumer(BaseConsumer):
@@ -68,4 +68,4 @@ class ConsumerApp(Thread):
             func()
             return 'consumer app shutting down...'
 
-        app.run(host="0.0.0.0", port=self.port)
\ No newline at end of file
+        app.run(host="0.0.0.0", port=self.port)