Files

9 lines
90 B
Python

import pytest
import tests
@pytest.mark.run(order=1)
def test_answer(device):
pass