mitodl / micromasters

Portal for learners and course teams to access MITx Micromasters® programs
https://mm.mit.edu
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

edX API tests #1564

Open pdpinch opened 7 years ago

pdpinch commented 7 years ago

We would like to have a way to regularly test edX's API interfaces, on stage.edx.org and on edx.org. If the tests fail we should get a notification.

pdpinch commented 7 years ago

@giocalitri @noisecapella @blarghmatey

giocalitri commented 7 years ago

I guess that we need a job that once in a while tries to run the edx-api-client integration tests against edx stage (production is too late for us). We could also have our own edx sandbox to run the integration tests against, but we need to upgrade it before each test, so I am not sure how hard it will be. @blarghmatey