components/python/zope-interface/runtests.sh
changeset 7233 b36e8c8d93ff
parent 1890 5a4ef66c42bf
--- a/components/python/zope-interface/runtests.sh	Tue Nov 01 11:18:06 2016 -0700
+++ b/components/python/zope-interface/runtests.sh	Fri Oct 07 17:53:08 2016 -0700
@@ -1,10 +1,15 @@
 #! /bin/sh
 
 for test in \
+    test_adapter \
     test_advice \
+    test_declarations \
     test_document \
     test_element \
+    test_exceptions \
     test_odd_declarations \
+    test_registry \
+    test_ro \
     test_sorting \
     test_verify \
     ; do