fix: tests and moved course functions to lms utils

This commit is contained in:
Jannat Patel
2022-02-10 10:22:01 +05:30
parent fd5b7976e7
commit 08fff1700f
16 changed files with 278 additions and 269 deletions

View File

@@ -164,24 +164,24 @@ jinja = {
"school.page_renderers.get_profile_url",
"school.overrides.user.get_authored_courses",
"school.overrides.user.get_palette",
"school.www.utils.get_membership",
"school.www.utils.get_lessons",
"school.www.utils.get_tags",
"school.www.utils.get_instructors",
"school.www.utils.get_students",
"school.www.utils.get_average_rating",
"school.www.utils.is_certified",
"school.www.utils.get_lesson_index",
"school.www.utils.get_lesson_url",
"school.www.utils.get_chapters",
"school.www.utils.get_slugified_chapter_title",
"school.www.utils.get_progress",
"school.www.utils.render_html",
"school.www.utils.is_mentor",
"school.www.utils.is_cohort_staff",
"school.www.utils.get_mentors",
"school.www.utils.get_reviews",
"school.www.utils.is_eligible_to_review",
"school.lms.utils.get_membership",
"school.lms.utils.get_lessons",
"school.lms.utils.get_tags",
"school.lms.utils.get_instructors",
"school.lms.utils.get_students",
"school.lms.utils.get_average_rating",
"school.lms.utils.is_certified",
"school.lms.utils.get_lesson_index",
"school.lms.utils.get_lesson_url",
"school.lms.utils.get_chapters",
"school.lms.utils.get_slugified_chapter_title",
"school.lms.utils.get_progress",
"school.lms.utils.render_html",
"school.lms.utils.is_mentor",
"school.lms.utils.is_cohort_staff",
"school.lms.utils.get_mentors",
"school.lms.utils.get_reviews",
"school.lms.utils.is_eligible_to_review",
],
"filters": []
}