tl-its-umich-edu / tool-migration

App for migrating external (LTI) tools in Instructure's Canvas LMS.
1 stars 3 forks source link

Improve `API` class, add retry with `tenacity` (#4) #7

Closed ssciolla closed 1 year ago

ssciolla commented 1 year ago

This PR aims to resolve #4.

To just test API:

python3 migration/tests.py APITestCase -v

To Do

ssciolla commented 1 year ago

Hi @zqian, were you still reviewing this?