File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 14
14
# Dependency directories (remove the comment below to include it)
15
15
# vendor/
16
16
__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
173
173
174
174
The main dependency is ` requests ` , but you may need to include it in your ` requirements.txt ` file if it's not already listed.
175
175
176
- ##@ # 3. Set up the environment variables:
176
+ ### # 3. Set up the environment variables:
177
177
178
178
You need to set the ` BASE_URL ` and ` API_KEY ` as environment variables before running the tests.
179
179
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