mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-10 00:06:19 +00:00
8 lines
174 B
Python
8 lines
174 B
Python
"""
|
|
Tests for django-analytical.
|
|
"""
|
|
|
|
from analytical.tests.test_services import *
|
|
from analytical.tests.test_template_tags import *
|
|
|
|
from analytical.tests.services import *
|