add a convenience target in Makefile for running the smokevirt test

This commit is contained in:
Mike Kinney committed 2022-01-11 18:50:18 +00:00
1 parent 50e9a0a9f7
commit 2cf52f3df6
1 file changed
+4
+4
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 .