Commit 481a5d26 authored by 高涛's avatar 高涛

Delete test_main.py

parent 987bbc5d
import pytest
#def test_main():
# assert 5 != 5
def func(x):
return x + 1
# @pytest.mark.case3
# def test_file2_answer1():
# assert func(9) == 10
#if __name__ == '__main__':
#pytest.main("D:/mywork/autotest/znfz_test1/test_cases")
# pytest.main(["-m=case1","--html=report.html"])
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment