from tkinter import * from selenium import webdriver import tkinter as tk from tkinter import scrolledtext,messagebox from time import sleep from tkinter import ttk import xlrd import requests import json import qrcode import unittest import os import time import HTMLTestRunner class Yongli(unittest.TestCase): def test_001(self): print("执行用例test_001成功") def test_002(self): print("执行用例test_002成功") def test_003(self): print("执行用例test_003成功") def test_004(self): print("执行用例test_004成功") def test_005(self): print("执行用例test_005成功") def test_006(self): print("执行用例test_006成功") def test_007(self): print("执行用例test_007成功") def test_008(self): print("执行用例test_008成功") def test_009(self): print("执行用例test_009成功") def test_010(self): print("执行用例test_010成功") def test_011(self): print("执行用例test_011成功") def test_012(self): print("执行用例test_012成功") de