Commit 1a958f7b36d2ffef0b87722e54661452736e9082
1 parent
631a27fe0d
Exists in
master
update
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
test_cases/subject_sync.py
| ... | ... | @@ -3,12 +3,11 @@ |
| 3 | 3 | |
| 4 | 4 | import unittest |
| 5 | 5 | import requests |
| 6 | -from data_fixture.config_data import HOST_BOSS, HOST_STA, HOST_RES | |
| 6 | +from data_fixture.config_data import HOST_BOSS, HOST_RES | |
| 7 | 7 | from data_fixture import create_testdata as CreateTestData |
| 8 | 8 | from data_fixture import config_data as Data |
| 9 | 9 | from data_fixture.mysql_db import DB |
| 10 | -import time | |
| 11 | -from datetime import date | |
| 10 | + | |
| 12 | 11 | |
| 13 | 12 | db_test = DB() |
| 14 | 13 | ... | ... |