Skip to content

Commit 45bd6de

Browse files
committed
Update README to use tox in testing
1 parent b6dca9e commit 45bd6de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ To add more e2e tests, put these in the `../tests/e2e` folder.
304304
export TEST_USER=<user-key>
305305
export TEST_KEY=<api-key>
306306
```
307+
- Run unit tests.
308+
```bash
309+
tox -e
310+
```
307311

308312
## Run the end-to-end test script
309313
- Before running the test, be sure that docker is running.

0 commit comments

Comments
 (0)