mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
* Added Chartbeat. * Added settings context processor. * Added identification. * Prepared events. * Updated tests.
14 lines
608 B
Python
14 lines
608 B
Python
"""
|
|
Tests for the Analytical analytics services.
|
|
"""
|
|
|
|
from analytical.tests.services.test_base import *
|
|
from analytical.tests.services.test_chartbeat import *
|
|
from analytical.tests.services.test_clicky import *
|
|
from analytical.tests.services.test_console import *
|
|
from analytical.tests.services.test_crazy_egg import *
|
|
from analytical.tests.services.test_google_analytics import *
|
|
from analytical.tests.services.test_kiss_insights import *
|
|
from analytical.tests.services.test_kiss_metrics import *
|
|
from analytical.tests.services.test_mixpanel import *
|
|
from analytical.tests.services.test_optimizely import *
|