File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1414# Dependency directories (remove the comment below to include it)
1515# vendor/
1616__pycache__
17- .pytest_cache
17+ .pytest_cache
18+ .env
19+ .venv
20+ env
21+ venv
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ pip install -r requirements.txt
173173
174174The main dependency is ` requests ` , but you may need to include it in your ` requirements.txt ` file if it's not already listed.
175175
176- ##@ # 3. Set up the environment variables:
176+ ### # 3. Set up the environment variables:
177177
178178You need to set the ` BASE_URL ` and ` API_KEY ` as environment variables before running the tests.
179179
Original file line number Diff line number Diff line change 1+ certifi == 2024.8.30
2+ charset-normalizer == 3.4.0
3+ idna == 3.10
4+ iniconfig == 2.0.0
5+ packaging == 24.1
6+ pluggy == 1.5.0
7+ pytest == 8.3.3
8+ requests == 2.32.3
9+ urllib3 == 2.2.3
You can’t perform that action at this time.
0 commit comments