Update README.md

Added updated test interactive option to fix python path when running interactive test.
This commit is contained in:
Amari Bolmer
2024-10-23 17:14:10 -07:00
committed by GitHub
parent eefaca304e
commit cd02b6d3e6

View File

@@ -63,7 +63,8 @@ This will demonstrate how to fetch Pokémon and generation data using the SDK.
To run the interactive test that allows you to input a generation ID and output Pokémon in that generation, execute:
```bash
python tests/interactive_test_poke_api.py
export PYTHONPATH=$(pwd)
python -m unittest tests/interactive_test_poke_api.py
```
When prompted, enter a generation ID (e.g., "1") to see the Pokémon in that generation.