Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geokyr authored Feb 25, 2022
1 parent c030db3 commit 5c501d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# test-cli

## Instructions
- Follow the instructions documented on the cli README.md

- This time, use the tldb-test database, by running the following on **/backend**:
```
$ npm run test_cli
```

- Install pytest framework, if not already installed:
```
$ pip install pytest
```

- Run the admin and main tests using pytest, as shown below (follow this order):
```
$ pytest admin.py
$ pytest main.py
```

0 comments on commit 5c501d4

Please # to comment.