摘要:
安装 pip install TestLink API Python client 阅读全文
摘要:
```
#!/usr/bin/env python
#-*- coding:utf-8 -*-
from HTMLTestRunner import HTMLTestRunner
import time
import os
import unittest now = time.strftime(u"%Y.%m.%d@%H%M%S")
filename = os.path.abspath('Rep... 阅读全文