mirror of
https://github.com/LukeHagar/pokemonAPI-Amari.git
synced 2025-12-06 04:20:57 +00:00
Update README.md
Corrected command to run interactive unit test. Fixed error: ModuleNotFoundError: No module named 'poke_sdk'
This commit is contained in:
@@ -63,7 +63,6 @@ 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:
|
To run the interactive test that allows you to input a generation ID and output Pokémon in that generation, execute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export PYTHONPATH=$(pwd)
|
|
||||||
python -m unittest tests/interactive_test_poke_api.py
|
python -m unittest tests/interactive_test_poke_api.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user