haselfine / capstone_project_4

0 stars 1 forks source link

Game api tests #61

Open YoussefMIbrahim opened 4 years ago

YoussefMIbrahim commented 4 years ago

@haselfine @jw0711qt @cjdufault

some tests would not work because the data is returned in a different order when i get it in the test for some reason, so i removed those.

haselfine commented 4 years ago

@YoussefMIbrahim The tests pass, but you need to patch them so they call a fake API instead of the real thing

haselfine commented 4 years ago

@YoussefMIbrahim I can't get your test_app.py to run. It's giving me "ModuleNotFoundError: no module named 'app'"