diff options
author | hut <hut@lavabit.com> | 2010-05-03 14:03:55 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-05-03 23:58:07 +0200 |
commit | 9594738888c6676e46ffc0a9d5b8dde808cd88eb (patch) | |
tree | e2ac33582b864087afc8a9ecf71de266bc31a16e /test/test.py | |
parent | b0a216f59a7770f5ce35f4a56b5055c51ceec284 (diff) | |
download | ranger-9594738888c6676e46ffc0a9d5b8dde808cd88eb.tar.gz |
test: added TODO, skip broken tests
Diffstat (limited to 'test/test.py')
-rw-r--r-- | test/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py index 5e8a9b9e..d0a69e5a 100644 --- a/test/test.py +++ b/test/test.py @@ -15,6 +15,6 @@ """Workaround to allow running single test cases directly""" try: - from __init__ import init, Fake, OK, raise_ok + from __init__ import init, Fake, OK, raise_ok, TODO except: - from test import init, Fake, OK, raise_ok + from test import init, Fake, OK, raise_ok, TODO |