Skip to content

Commit

Permalink
Drop print statements in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Dec 18, 2014
1 parent 87ac64e commit 1087ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ class TestSerializer(serializers.Serializer):
message = serializers.CharField(allow_null=True, allow_blank=True)

serializer = TestSerializer(data=MockHTMLDict({}))
print serializer.is_valid()
print serializer.errors
assert serializer.is_valid()
assert serializer.validated_data == {'message': ''}

Expand Down

0 comments on commit 1087ccb

Please sign in to comment.