Skip to content
Snippets Groups Projects
Commit 61461666 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Guido Gunther
Browse files

pytests: add basic test for gnss

parent 963247fa
No related branches found
No related tags found
No related merge requests found
from . import boardtype
import os
import pytest
@pytest.mark.skipif(not boardtype.is_librem5(), reason="Not a phone")
def test_gnss_exists():
assert(os.path.exists('/dev/gnss0'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment