Run Pytest with Allure and Coverage Reports / tests (push) Successful in 37s
11 lines
164 B
Python
11 lines
164 B
Python
def test_valid_1():
|
|
# To see if it's ignored
|
|
assert True
|
|
|
|
def test_broken(
|
|
# syntax error
|
|
|
|
def test_valid_2():
|
|
# To see if it's ignored
|
|
assert True
|