add a convenience target in Makefile for running the smokevirt test

This commit is contained in:
Mike Kinney
2022-01-11 18:50:18 +00:00
parent 50e9a0a9f7
commit 2cf52f3df6

View File

@@ -2,6 +2,10 @@
test:
pytest -m unit
# only run the smoke tests against the virtual device
virt:
pytest -m smokevirt
# local install
install:
pip install .