updated Postgres Service
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import time
|
||||
|
||||
from Controllers.Postgres.config import postgres_configs
|
||||
from Controllers.Mongo.config import mongo_configs
|
||||
from Controllers.Postgres.implementations import generate_table_in_postgres, run_all_tests
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(f"Hello from the Test Service {mongo_configs.url}")
|
||||
print(f"Hello from the Test Service {postgres_configs.url}")
|
||||
while True:
|
||||
time.sleep(10)
|
||||
run_all_tests()
|
||||
|
||||
Reference in New Issue
Block a user