newdwh2021/ecs/crm-datafetch/tests/test_walk_through.py
2022-08-18 16:57:37 +09:00

8 lines
89 B
Python

import pytest
@pytest.mark.walk_through
def test_walk_through():
assert 0
pass