This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
xxh
/
auto_test_api
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
292ba241ca
ブランチ
タグ
main
auto_test_api
/
main.py
main.py
110 B
履歴
Raw
1
2
3
4
5
6
7
import pytest
import os
pytest.main(['-vs'])
os.system("allure generate -o 测试报告 -c 测试报告")