Add 'status' to SWF *Type string representation

This commit is contained in:
Jean-Baptiste Barth 2015-10-02 03:42:40 +02:00
commit 036ab194ba
2 changed files with 2 additions and 2 deletions

View file

@ -47,4 +47,4 @@ def test_full_dict_representation():
def test_string_representation():
_type = FooType("test-foo", "v1.0")
str(_type).should.equal("FooType(name: test-foo, version: v1.0)")
str(_type).should.equal("FooType(name: test-foo, version: v1.0, status: REGISTERED)")