Beispiel #1
0
 def test_STRONG_rejects_non_callable(self):
     signal = AdHocSignal()
     with self.assertRaisesRegex(TypeError, "must be callable"):
         signal.STRONG(object())