Skip to content

Commit 2eefdfa

Browse files
committed
added instructions for running pytest
1 parent 3fcbc99 commit 2eefdfa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,16 @@ Please install the pre-commit hooks by running the following commands:
164164
pip install pre-commit
165165
pre-commit install
166166
```
167+
168+
**Best practices for testing:**
169+
(1). Before running pytest, please make sure to authenticate into AWS, since some of the unit tests rely on AWs resources:
170+
```
171+
gimme_okta_aws_creds
172+
```
173+
174+
(2). Please run pytest from the root directory of the repo, i.e.
175+
```
176+
pytest tests/test_dataset.py
177+
```
178+
179+

0 commit comments

Comments
 (0)