Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add __repr__ method to Field classes #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rcutmore
Copy link
Contributor

This fixes #19 by adding repr methods to the Field classes. Just let me know if you'd like to see any further changes.

@rcutmore rcutmore closed this Sep 1, 2015
@rcutmore rcutmore reopened this Sep 1, 2015
@rcutmore
Copy link
Contributor Author

rcutmore commented Sep 1, 2015

I closed and re-opened this to get the Travis CI checks to run again (not sure if there's a better way).

When I initially submitted the pull request there was an issue with mock and Python 2.6 (it used a set comprehension, causing a SyntaxError). Since then the issue has been fixed in mock: Support python 2.6 .

Added __repr__ methods to Field classes along with associated tests.

[Resolves jmcarp#19]
@rcutmore rcutmore force-pushed the add-repr-methods-to-field-classes branch from d672e23 to dd6e56d Compare October 15, 2015 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add __repr__ methods to Field classes
1 participant