tailbone/rattail/pyramid/tests/test_helpers.py

12 lines
218 B
Python
Raw Normal View History

2013-06-20 00:23:15 -05:00
import datetime
from rattail.pyramid.tests import TestCase
from rattail.pyramid import helpers
class HelpersTests(TestCase):
def test_pretty_date(self):
helpers.pretty_date(datetime.date(2013, 6, 19))