Skip to content

Commit

Permalink
Simplifying assertRaises calls in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Feb 24, 2015
1 parent 4bc6eb4 commit e6d48ff
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 256 deletions.
1 change: 1 addition & 0 deletions tests/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class VersatileImageTestModelForm(ModelForm):

class Meta:
model = VersatileImageTestModel
fields = '__all__'
widgets = {
'optional_image': VersatileImagePPOISelectWidget(),
}
Expand Down

0 comments on commit e6d48ff

Please sign in to comment.