[qa] removes a bunch of unused code.

This commit is contained in:
Romain Dorgueil
2017-05-22 22:34:33 +02:00
parent 1ba31191ee
commit 02e038b4b3
5 changed files with 6 additions and 17 deletions

View File

@ -28,8 +28,6 @@ def test_define_with_decorator():
def Concrete(self, *args, **kwargs):
calls.append((args, kwargs, ))
print('handler', Concrete.handler)
assert callable(Concrete.handler)
t = Concrete('foo', bar='baz')