コード例 #1
0
 def test_for_local_child(self):
     t = Time()
     t.configure({'name': 'time', 'parent': None})
     self.failUnless(t.has_child('local'), 'No local child!')
コード例 #2
0
ファイル: _test_case_time.py プロジェクト: mcruse/monotone
 def test_for_local_child(self):
     t = Time()
     t.configure({'name':'time','parent':None})
     self.failUnless(t.has_child('local'),'No local child!')
コード例 #3
0
 def test_for_UTC_child(self):
     t = Time()
     t.configure({'name': 'time', 'parent': None})
     self.failUnless(t.has_child('UTC'), 'No UTC child!')
コード例 #4
0
ファイル: _test_case_time.py プロジェクト: mcruse/monotone
 def test_for_UTC_child(self):
     t = Time()
     t.configure({'name':'time','parent':None})
     self.failUnless(t.has_child('UTC'),'No UTC child!')