release: 0.3.2

This commit is contained in:
Romain Dorgueil
2017-06-10 13:57:27 +02:00
parent 714ff294ed
commit e0a00dcc91
7 changed files with 24 additions and 12 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')