Skip to content

Commit

Permalink
Add a simple stupid test to just import the management command
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Apr 28, 2014
1 parent 8dbb9cf commit 7d897f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions easy_thumbnails/tests/test_management.py
@@ -0,0 +1,11 @@
from easy_thumbnails.tests import utils as test


class ThumbnailCleanupTests(test.BaseTest):

def test_can_import(self):
"""
Just a simple test to see if we can actually import the command without
any syntax errors.
"""
from easy_thumbnails.management.commands import thumbnail_cleanup

0 comments on commit 7d897f8

Please sign in to comment.