test_case.py 197 B

1234567891011121314
  1. # -*- coding: UTF-8 -*-
  2. """
  3. @Project :pytest_src
  4. @File :test_case.py
  5. @Author :haojiang
  6. @Date :2022/9/23 10:09
  7. """
  8. import allure
  9. import pytest
  10. def test_01_excel_check():
  11. pass