mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Adding cosmetic replacement function to javascript #233

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

This one is pretty simple. I found that some javascript replacements I was doing were interfering with wrapping, so I needed a separate function to run after wrapping occurred.

codecov-io commented 5 years ago

Codecov Report

Merging #233 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #233    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          27     27            
  Lines        2211   2432   +221     
======================================
+ Hits         2211   2432   +221
Impacted Files Coverage Δ
mitxgraders/helpers/validatorfuncs.py 100% <0%> (ø) :arrow_up:
mitxgraders/formulagrader/formulagrader.py 100% <0%> (ø) :arrow_up:
mitxgraders/sampling.py 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 19aaf2c...9b14518. Read the comment docs.

jolyonb commented 5 years ago

Ok, fixed and ready for re-review.