aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-07-25 16:21:02 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-07-25 16:21:02 +0200
commit4d9b1da6a04551b3d6c5506822e1810aeea3fb9d (patch)
treeadd225a061d58535223dac86371927caed6488d1 /app/tests
parente47e7d7d840372ed8b8648c458146ffc25557b1f (diff)
Work on the token model.
* Update the token model, add unit tests. Change-Id: Id466c02afe084ac076bb6a58f1fd0d672d65aee0
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index d88f731..c505fa8 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -27,6 +27,7 @@ def test_modules():
'handlers.tests.test_subscription_handler',
'models.tests.test_boot_model',
'models.tests.test_models',
+ 'models.tests.test_token_model',
'utils.tests.test_bootimport',
'utils.tests.test_docimport',
'utils.tests.test_meta_parser',