def test__splitPath_no_slashes(self): self.assertEqual(('foo', ''), AffectsEmailCommand._splitPath('foo'))
def test__splitPath_no_slashes(self): self.assertEqual( ('foo', ''), AffectsEmailCommand._splitPath('foo'))
def test__splitPath_with_slashes(self): self.assertEqual(('foo', 'bar/baz'), AffectsEmailCommand._splitPath('foo/bar/baz'))
def test__splitPath_with_slashes(self): self.assertEqual( ('foo', 'bar/baz'), AffectsEmailCommand._splitPath('foo/bar/baz'))