Skip to content

Commit 51ca1a7

Browse files
committed
install test deps
1 parent 54000dc commit 51ca1a7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@ export $(grep "API_TOKEN" "dv/bootstrap.exposed.env")
4545
export API_TOKEN_SUPERUSER=$API_TOKEN
4646
```
4747

48-
**3. Run the test(s) with pytest**
48+
**3. Install test dependencies
49+
50+
```
51+
python3 -m venv venv # or conda create -n pydataverse
52+
source venv/bin/activate
53+
pip install -e .
54+
python3 -m pip install pytest pytest-cov pytest-asyncio tox selenium
55+
```
56+
57+
**4. Run the test(s) with pytest**
4958

5059
```bash
5160
python -m pytest -v

0 commit comments

Comments
 (0)