コード例 #1
0
ファイル: test_ji_time.py プロジェクト: BaneZhang/jimitlib-py
 def test_today(self):
     self.assertEqual(time.strftime('%Y-%m-%d'), JITime.today())
コード例 #2
0
 def test_today(self):
     self.assertEqual(time.strftime('%Y-%m-%d'), JITime.today())
コード例 #3
0
ファイル: test_router.py プロジェクト: BaneZhang/jimitlib-py
 def test_launcher(self):
     router_table['today'] = JITime.today
     self.assertEqual(Router.launcher(action='today', content='-'), JITime.today())
コード例 #4
0
 def test_launcher(self):
     router_table['today'] = JITime.today
     self.assertEqual(Router.launcher(action='today', content='-'),
                      JITime.today())