Skip to content
Snippets Groups Projects
Commit 5c6b44fb authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Expose EmptyTemplateMixin for importing

parent 0b81596b
Branches
Tags
No related merge requests found
...@@ -3,6 +3,10 @@ Imports logic for "django_expanded_test_cases/mixins/" folder. ...@@ -3,6 +3,10 @@ Imports logic for "django_expanded_test_cases/mixins/" folder.
Makes project imports to this folder behave like a standard file. Makes project imports to this folder behave like a standard file.
""" """
# Expose our "template" mixin to the world, so other projects can use it.
from .core_mixin import BaseMixin as EmptyTemplateMixin
# Expanded "Base" TestCase utility mixins. # Expanded "Base" TestCase utility mixins.
from .core_mixin import CoreTestCaseMixin from .core_mixin import CoreTestCaseMixin
......
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