예제 #1
0
 def testMultipleGlobs(self):
   fio.flist('SJ','s1m1')
   glob_mock.assert_called_with('*SJ*s1m1*')
예제 #2
0
 def testMultipleGlobs(self):
     fio.flist('SJ', 's1m1')
     glob_mock.assert_called_with('*SJ*s1m1*')
예제 #3
0
 def testCallsWithGlobOperator(self):
   fio.flist('SJ')
   glob_mock.assert_called_with('*SJ*')
예제 #4
0
 def testCallsWithGlobOperator(self):
     fio.flist('SJ')
     glob_mock.assert_called_with('*SJ*')