Skip to content

Commit

Permalink
Moved tests into the acacia/tests/ directory.
Browse files Browse the repository at this point in the history
They aren't all going to fit into a single file once I start adding
templatetag tests.
  • Loading branch information
Malcolm Tredinnick committed Jun 7, 2010
1 parent ead0d87 commit 41dc56f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acacia/tests/__init__.py
@@ -0,0 +1,8 @@
import unittest

from acacia.tests import test_models

def suite():
suite = unittest.defaultTestLoader.loadTestsFromModule(test_models)
return suite

File renamed without changes.

0 comments on commit 41dc56f

Please sign in to comment.