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.
1 parent a4c3ca8 commit e7f9f9fCopy full SHA for e7f9f9f
.gitignore
@@ -226,3 +226,6 @@ new.json
226
227
# Symlinked output from `nix build`
228
result
229
+
230
+# Python venv directories
231
+venv/
smoketests/README.md
@@ -0,0 +1,11 @@
1
+To use the smoketests, you first need to install the dependencies:
2
3
+```
4
+python -m venv smoketests/venv
5
+smoketests/venv/bin/pip install -r smoketests/requirements.txt
6
7
8
+Then, run the smoketests like so:
9
10
+smoketests/venv/bin/python -m smoketests <args>
11
0 commit comments