This commit is contained in:
lileilei
2020-05-09 21:24:18 +08:00
parent 49e45d00fa
commit e09917b396
30 changed files with 1952 additions and 1789 deletions

View File

@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
# @Author : leizi
from testCase.ddt_case import MyTest
import unittest,time,os
from Public import BSTestRunner
if __name__=='__main__':
from testCase.ddt_case import MyTest
import unittest, time, os
from Public import BSTestRunner
if __name__ == '__main__':
suite = unittest.TestSuite()
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(MyTest))
now = time.strftime('%Y-%m%d', time.localtime(time.time()))