Пример #1
0
 def call_fut(self, course_key):
     """Call the function under test
     """
     send_ccx_course_published(unicode(course_key))
Пример #2
0
 def call_fut(self, course_key):
     """
     Call the function under test
     """
     send_ccx_course_published(six.text_type(course_key))
Пример #3
0
 def call_fut(self, course_key):
     """
     Call the function under test
     """
     send_ccx_course_published(unicode(course_key))