mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-08 15:34:49 +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 *
|