tests: run all tests, but exclude tests specific to my computer from CI
controllable via HPI_TESTS_KARLICOSS=true
This commit is contained in:
parent
6239879245
commit
d562f00dca
21 changed files with 93 additions and 72 deletions
|
@ -1,11 +1,13 @@
|
|||
#!/usr/bin/env python3
|
||||
from pathlib import Path
|
||||
|
||||
from more_itertools import one
|
||||
|
||||
from .common import skip_if_not_karlicoss
|
||||
|
||||
import pytest # type: ignore
|
||||
|
||||
|
||||
@skip_if_not_karlicoss
|
||||
def test() -> None:
|
||||
from my.bluemaestro import measurements
|
||||
res = list(measurements())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue