Update README.md

Corrected command to run interactive unit test. Fixed error:  ModuleNotFoundError: No module named 'poke_sdk'
This commit is contained in:
Amari Bolmer
2024-10-23 17:20:59 -07:00
committed by GitHub
parent cd02b6d3e6
commit 442169521f

View File

@@ -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
``` ```