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