Files
edx-platform/lms
Ned Batchelder 6408f96e18 Use explicit values in test assertions. BOM-683
Python 3 changed how rounding is performed. In Python 2, .625 rounded to
.63 (as our grading code rounds it, so the test passed).  In Python 3,
.625 rounds to .62.  This fixes the test by avoiding round() to
calculate the expected value, and instead simply using the value we
expect.
2019-09-18 16:13:40 -04:00
..
2019-09-17 11:11:20 -04:00
2019-09-13 09:30:02 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.