Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions coursebuilder/modules/certificate/certificate_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Tests for modules/certificate/."""

__author__ = 'John Orr (jorr@google.com)'

from common import utc
from controllers import sites
from models import courses
Expand All @@ -33,13 +32,10 @@
from google.appengine.api import namespace_manager
from google.appengine.ext import db


class MockHandler(object):

def gettext(self, text):
return text



class CertificateHandlerTestCase(actions.TestBase):
"""Tests for the handler which presents the certificate."""

Expand Down