Browse Source

[test_utils] Add test for unified_strdate

totalwebcasting
Sergey M․ 10 years ago
parent
commit
8cf70de428
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/test_utils.py

+ 1
- 0
test/test_utils.py View File

@ -227,6 +227,7 @@ class TestUtil(unittest.TestCase):
self.assertEqual(
unified_strdate('2/2/2015 6:47:40 PM', day_first=False),
'20150202')
self.assertEqual(unified_strdate('25-09-2014'), '20140925')
def test_find_xpath_attr(self):
testxml = '''<root>


Loading…
Cancel
Save