diff options
author | hut <hut@lavabit.com> | 2009-12-13 19:42:51 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-13 19:42:51 +0100 |
commit | 1159f9ec182496ddc5324f23fb1d5eae73fe63e3 (patch) | |
tree | 02a79bdd232b7aa5f49e7ee9ec713141a4118358 /test/test.py | |
parent | 4c05e43d11430fbfd8a5d86ae0070e24775251b1 (diff) | |
download | ranger-1159f9ec182496ddc5324f23fb1d5eae73fe63e3.tar.gz |
updated / added tests
Diffstat (limited to 'test/test.py')
-rw-r--r-- | test/test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py new file mode 100644 index 00000000..bf285a47 --- /dev/null +++ b/test/test.py @@ -0,0 +1,5 @@ +"""Workaround to allow running single test cases directly""" +try: + from __init__ import init, Fake, OK, raise_ok +except: + from test import init, Fake, OK, raise_ok |