Commit b448953c by Braden MacDonald

Minor: remove unused ddt

parent b5a1ff3f
...@@ -18,11 +18,9 @@ ...@@ -18,11 +18,9 @@
# "AGPLv3". If not, see <http://www.gnu.org/licenses/>. # "AGPLv3". If not, see <http://www.gnu.org/licenses/>.
# #
import ddt
from .base_test import MentoringBaseTest from .base_test import MentoringBaseTest
@ddt.ddt
class MultipleBlockTest(MentoringBaseTest): class MultipleBlockTest(MentoringBaseTest):
""" """
Test that multiple Problem Builder blocks can happily co-exist on a page. Test that multiple Problem Builder blocks can happily co-exist on a page.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment