Skip to content

Commit 9e74ead

Browse files
authored
Merge pull request #219 from mkinney/smoke_virt
add smoke test for virtual device
2 parents 465bafe + 2cf52f3 commit 9e74ead

File tree

3 files changed

+712
-1
lines changed

3 files changed

+712
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
test:
33
pytest -m unit
44

5+
# only run the smoke tests against the virtual device
6+
virt:
7+
pytest -m smokevirt
8+
59
# local install
610
install:
711
pip install .

0 commit comments

Comments
 (0)