Moved tests out of package dir.
This commit is contained in:
parent
68650a5488
commit
134613aadd
11 changed files with 7 additions and 7 deletions
11
tests/test_helpers.py
Normal file
11
tests/test_helpers.py
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue