mirror of
https://github.com/LukeHagar/pokemonAPI-Amari.git
synced 2025-12-06 04:20:57 +00:00
Update README.md
Added updated test interactive option to fix python path when running interactive test.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user