Moved tests out of package dir.

This commit is contained in:
Lance Edgar 2013-07-22 19:22:18 -07:00
parent 68650a5488
commit 134613aadd
11 changed files with 7 additions and 7 deletions

11
tests/test_helpers.py Normal file
View file

@ -0,0 +1,11 @@
import datetime
from . import TestCase
from rattail.pyramid import helpers
class HelpersTests(TestCase):
def test_pretty_date(self):
helpers.pretty_date(datetime.date(2013, 6, 19))