We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We worked on https://github.com/mitodl/hq/issues/4032 and added minimal unit tests. We should add some more tests to make it robust.
Here are a few tests that we will add:
courses.tasks.task_sync_emeritus_course_runs
mitxpro.utils.clean_url
mitxpro.utils.strip_datetime
courses.sync_external_courses.emeritus_api.update_emeritus_course_runs
courses.sync_external_courses.emeritus_api.create_or_update_emeritus_course_run
courses.sync_external_courses.emeritus_api.create_or_update_emeritus_course_page
The text was updated successfully, but these errors were encountered:
asadali145
No branches or pull requests
Description/Context
We worked on https://github.com/mitodl/hq/issues/4032 and added minimal unit tests. We should add some more tests to make it robust.
Here are a few tests that we will add:
courses.tasks.task_sync_emeritus_course_runs
mitxpro.utils.clean_url
andmitxpro.utils.strip_datetime
courses.sync_external_courses.emeritus_api.update_emeritus_course_runs
courses.sync_external_courses.emeritus_api.create_or_update_emeritus_course_run
when existing course run start and end dates are Null.courses.sync_external_courses.emeritus_api.update_emeritus_course_runs
courses.sync_external_courses.emeritus_api.create_or_update_emeritus_course_page
courses.sync_external_courses.emeritus_api.create_or_update_emeritus_course_run
The text was updated successfully, but these errors were encountered: