newdwh2021/ecs/crm-datafetch/tests/test_walkthrough.py

8 lines
89 B
Python

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