Valera/lti graded additional tests 2 - #1811
Conversation
There was a problem hiding this comment.
Did you mean to comment this line out? Perhaps it should just be removed.
|
@auraz , @jmclaus , @singingwolfboy please finish with reviewing this PR. If all OK, give your thumbs up. I will squash all commits into 1, rebase, and merge. |
|
@valera-rozuvan Sure but could you please look at my comments first? Thanks. |
|
@jmclaus Sorry. = ) Forgot the one "this.el.find('.lti') should be cached.". Doing now. |
|
@valera-rozuvan Good. And your call on using requireJS or not. |
There was a problem hiding this comment.
https://github.com/edx/edx-platform/wiki/Python-Guidelines
For unused args, you can prefix the arguments with _ to mark them as unused (as convention), and pylint will accept that.
|
@jmclaus I have decided to use RequireJS. You are right that we should try to standardize the process of writing JavaScript code for XModules. |
Includes new and updated Python tests for the LTI module. LTI must use HTTPS for
lis_outcome_service_url.BLD-564
Reviewers