5 lines
48 B
Python
5 lines
48 B
Python
import pytest
|
|
|
|
|
|
def test_true():
|
|
assert True |
import pytest
|
|
|
|
|
|
def test_true():
|
|
assert True |