mirror of
https://github.com/LukeHagar/pokemonAPI-Amari.git
synced 2025-12-09 20:57:47 +00:00
adding main
This commit is contained in:
2
tests/test_poke_api.py
Normal file → Executable file
2
tests/test_poke_api.py
Normal file → Executable file
@@ -26,6 +26,6 @@ class TestPokeAPI(unittest.TestCase):
|
||||
with self.assertRaises(APIError):
|
||||
self.api.get_generation("invalid_id")
|
||||
|
||||
|
||||
#adding main
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user