From 453c1e55c71a96c9529ecdca1d55278cc41088d6 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Sat, 18 Jan 2014 18:45:13 +0100
Subject: rewritten download scheduling, improved account manager, db version
 increased all data will be overwritten

---
 tests/other/test_statsDB.py | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 tests/other/test_statsDB.py

(limited to 'tests/other/test_statsDB.py')

diff --git a/tests/other/test_statsDB.py b/tests/other/test_statsDB.py
new file mode 100644
index 000000000..f311b181e
--- /dev/null
+++ b/tests/other/test_statsDB.py
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+from tests.helper.Stubs import Core
+
+class TestStatDatabase():
+
+    @classmethod
+    def setUpClass(cls):
+        cls.core = Core()
+        cls.db = cls.core.db
+
+    def test_simple(self):
+        assert 1 == 0
\ No newline at end of file
-- 
cgit v1.2.3