changeset 10670 | 96380c1524b0 |
parent 9995 | c9f1111e0ee8 |
child 10748 | a704babdc840 |
--- a/wsgi/test/unittest_wsgi.py Fri Sep 18 14:29:53 2015 +0200 +++ b/wsgi/test/unittest_wsgi.py Thu Oct 01 11:40:23 2015 +0200 @@ -115,3 +115,8 @@ super(WSGIAppTC, cls).init_config(config) config.https_uiprops = None config.https_datadir_url = None + + +if __name__ == '__main__': + import unittest + unittest.main()