7 lines
52 B
Python
7 lines
52 B
Python
import pytest
|
|
|
|
|
|
def test_assert():
|
|
assert True
|
|
|
import pytest
|
|
|
|
|
|
def test_assert():
|
|
assert True
|
|
|