summaryrefslogtreecommitdiff
path: root/test/test_mdict.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2010-07-05 15:50:16 +0200
committerMarcel Hellkamp <marc@gsites.de>2010-07-05 15:50:16 +0200
commit761603b72b165d811c7ea3af935b7ec250b6988a (patch)
treea244116ade0e40753aa2fe7534c73e0019edcbc6 /test/test_mdict.py
parent7fe65e543cce79f78da3ecf60fa5691ad331bdf9 (diff)
downloadbottle-761603b72b165d811c7ea3af935b7ec250b6988a.tar.gz
Added tests for server adapters and run() routine.
Cleaned up testall.py and added command-line controls. Added shell script to test all python versions available on a system.
Diffstat (limited to 'test/test_mdict.py')
-rw-r--r--test/test_mdict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mdict.py b/test/test_mdict.py
index 55be52a..8515323 100644
--- a/test/test_mdict.py
+++ b/test/test_mdict.py
@@ -46,6 +46,6 @@ class TestMultiDict(unittest.TestCase):
-if __name__ == '__main__':
+if __name__ == '__main__': #pragma: no cover
unittest.main()