diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-03-26 00:14:33 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-03-26 00:14:33 +0000 |
| commit | 283c17a74cf11f40b822807f2d9f52644136c749 (patch) | |
| tree | b79b8675a7f27af8a39277b124c1e2e18d10e082 /tests/test_timer.py | |
| parent | ed1233982a70e0d9c816b00c8fa78a5521c9d347 (diff) | |
| download | enigma2-283c17a74cf11f40b822807f2d9f52644136c749.tar.gz enigma2-283c17a74cf11f40b822807f2d9f52644136c749.zip | |
start to implement a test environment to run seperate components seperately.
Diffstat (limited to 'tests/test_timer.py')
| -rw-r--r-- | tests/test_timer.py | 9 |
1 files changed, 9 insertions, 0 deletions
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() |
