def no_tests_please(arg: tc.none(TestCase, classname_contains_Test)): pass
 no_tests_please("stuff")        # OK
 def taboo(x: tc.none(tc.re("foo"), tc.re("bar"))):
     pass
 def foo(x: tc.none()):
     pass
Beispiel #4
0
 def no_tests_please(arg: tc.none(TestCase, classname_contains_Test)):
     pass
Beispiel #5
0
 def taboo(x: tc.none(tc.re("foo"), tc.re("bar"))):
     pass
Beispiel #6
0
 def foo(x: tc.none()):
     pass