start to implement a test environment to run seperate components seperately.
[vuplus_dvbapp] / tests / test_timer.py
diff --git a/tests/test_timer.py b/tests/test_timer.py
new file mode 100644 (file)
index 0000000..e1672e7
--- /dev/null
@@ -0,0 +1,9 @@
+import enigma
+
+import RecordTimer
+
+t = RecordTimer.RecordTimer()
+
+
+# run virtual environment
+enigma.run()