Home
last modified time | relevance | path

Searched refs:splitextTest (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_posixpath.py58 def splitextTest(self, path, filename, ext): member in PosixPathTest
67 self.splitextTest("foo.bar", "foo", ".bar")
68 self.splitextTest("foo.boo.bar", "foo.boo", ".bar")
69 self.splitextTest("foo.boo.biff.bar", "foo.boo.biff", ".bar")
70 self.splitextTest(".csh.rc", ".csh", ".rc")
71 self.splitextTest("nodots", "nodots", "")
72 self.splitextTest(".cshrc", ".cshrc", "")
73 self.splitextTest("...manydots", "...manydots", "")
74 self.splitextTest("...manydots.ext", "...manydots", ".ext")
75 self.splitextTest(".", ".", "")
[all …]
/external/python/cpython3/Lib/test/
Dtest_posixpath.py73 def splitextTest(self, path, filename, ext): member in PosixPathTest
102 self.splitextTest("foo.bar", "foo", ".bar")
103 self.splitextTest("foo.boo.bar", "foo.boo", ".bar")
104 self.splitextTest("foo.boo.biff.bar", "foo.boo.biff", ".bar")
105 self.splitextTest(".csh.rc", ".csh", ".rc")
106 self.splitextTest("nodots", "nodots", "")
107 self.splitextTest(".cshrc", ".cshrc", "")
108 self.splitextTest("...manydots", "...manydots", "")
109 self.splitextTest("...manydots.ext", "...manydots", ".ext")
110 self.splitextTest(".", ".", "")
[all …]