Skip to content

Commit

Permalink
add .env info to test README
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Oct 22, 2024
1 parent 6cb2fdb commit 9de5fd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ These tests are written using the unittest framework in Python. The tests are lo
```bash
pip install Levenshtein
```
2. Add a `.env` file in the `tests` folder with the following content:
```bash
API_KEY=*************
```

## Running Tests
1. Make sure you are in the root folder.
1. Make sure you are in the project root folder.
2. Run the following command:
```bash
./run_tests.sh
Expand Down

0 comments on commit 9de5fd4

Please sign in to comment.