test for test run added on start of test run with status = awit_running, in case of error or stop of test run - status of tests will be similar

This commit is contained in:
Dmitry Shulyak
2013-07-04 12:02:34 +03:00
parent b596ab8666
commit ff4ae3b7c7
5 changed files with 52 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
import sqlalchemy as sa
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relationship
from datetime import datetime
Base = declarative_base()