From 283c17a74cf11f40b822807f2d9f52644136c749 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 26 Mar 2007 00:14:33 +0000 Subject: start to implement a test environment to run seperate components seperately. --- tests/test_timer.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/test_timer.py (limited to 'tests/test_timer.py') diff --git a/tests/test_timer.py b/tests/test_timer.py new file mode 100644 index 00000000..e1672e72 --- /dev/null +++ b/tests/test_timer.py @@ -0,0 +1,9 @@ +import enigma + +import RecordTimer + +t = RecordTimer.RecordTimer() + + +# run virtual environment +enigma.run() -- cgit v1.2.3