Skip to content

Commit e7f9f9f

Browse files
committed
[bfops/share-python-deps]: review
1 parent a4c3ca8 commit e7f9f9f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,6 @@ new.json
226226

227227
# Symlinked output from `nix build`
228228
result
229+
230+
# Python venv directories
231+
venv/

smoketests/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)