8 lines
89 B
Python
8 lines
89 B
Python
import pytest
|
|
|
|
|
|
@pytest.mark.walk_through
|
|
def test_walk_through():
|
|
assert 0
|
|
pass
|