diff options
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() |
