devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
110 stars 28 forks source link

Add __contains__ for workitem #80

Closed simik13 closed 4 years ago

simik13 commented 4 years ago

Fix error in case of if "FieldName" in workitem

Now it will return AttributeError: 'int' object has no attribute 'lower' See https://docs.python.org/3/reference/expressions.html#membership-test-details

Boltyk commented 4 years ago