Skip to content

Commit

Permalink
fixup! Test samples on Windows
Browse files Browse the repository at this point in the history
Add samples that depend on physical camera
  • Loading branch information
torbsorb committed Jul 15, 2020
1 parent 8e999b9 commit 7804b6f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/test_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,23 @@ def test_capture_from_file(sample_data_file):

def test_print_version_info():
pytest.helpers.run_sample(name="print_version_info")


@pytest.mark.physical_camera
def test_capture():
pytest.helpers.run_sample(name="capture")


@pytest.mark.physical_camera
def test_capture_2d():
pytest.helpers.run_sample(name="capture_2d")


@pytest.mark.physical_camera
def test_capture_assistant():
pytest.helpers.run_sample(name="capture_assistant")


@pytest.mark.physical_camera
def test_capture_hdr():
pytest.helpers.run_sample(name="capture_hdr")

0 comments on commit 7804b6f

Please sign in to comment.