Exemplo n.º 1
0
 def test__splitPath_no_slashes(self):
     self.assertEqual(('foo', ''), AffectsEmailCommand._splitPath('foo'))
Exemplo n.º 2
0
 def test__splitPath_no_slashes(self):
     self.assertEqual(
         ('foo', ''), AffectsEmailCommand._splitPath('foo'))
Exemplo n.º 3
0
 def test__splitPath_with_slashes(self):
     self.assertEqual(('foo', 'bar/baz'),
                      AffectsEmailCommand._splitPath('foo/bar/baz'))
Exemplo n.º 4
0
 def test__splitPath_with_slashes(self):
     self.assertEqual(
         ('foo', 'bar/baz'), AffectsEmailCommand._splitPath('foo/bar/baz'))