We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 465bafe + 2cf52f3 commit 9e74eadCopy full SHA for 9e74ead
Makefile
@@ -2,6 +2,10 @@
2
test:
3
pytest -m unit
4
5
+# only run the smoke tests against the virtual device
6
+virt:
7
+ pytest -m smokevirt
8
+
9
# local install
10
install:
11
pip install .
0 commit comments