You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remaining items will be left for 2.1.0. I added warnings in the docs about untested code in the google classroom module, and teacherhelper.test does exercise teacherhelper.sis, it just does so through the old interface.
grader.graders
generalizable. Create a baseGrader
class which definesthe abstract grading framework
IterCSV
, replace withcsv.DictReader
sis_proxy
fromteacherhelper.grader
. It is not needed outsidethe context of the term 2 project
teacherhelper.test
intoteacherhelper.sis.tests
.do some copy-pasting so that the test for the deprecatedteacherhelper.Helper
interface remains #11do some copy-pasting so that the test for the deprecated
teacherhelper.Helper
interface remains
DocWriter
into a separate module fromgrader
. Add templatereplacement targets to
add_page
so that theDocWriter
class can beconcrete
DocWriter
The text was updated successfully, but these errors were encountered: