More coverage

This commit is contained in:
Max Howell
2019-01-31 13:51:58 -05:00
parent ec6c0113f9
commit c456081e65
3 changed files with 80 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ extension PathTests {
("testConcatenation", testConcatenation),
("testCopyInto", testCopyInto),
("testCopyTo", testCopyTo),
("testDataExentsions", testDataExentsions),
("testDataExtensions", testDataExtensions),
("testDelete", testDelete),
("testDynamicMember", testDynamicMember),
("testEnumeration", testEnumeration),
@@ -20,6 +20,7 @@ extension PathTests {
("testFilesystemAttributes", testFilesystemAttributes),
("testIsDirectory", testIsDirectory),
("testJoin", testJoin),
("testLock", testLock),
("testMkpathIfExists", testMkpathIfExists),
("testMktemp", testMktemp),
("testMoveInto", testMoveInto),
@@ -28,8 +29,9 @@ extension PathTests {
("testRelativePathCodable", testRelativePathCodable),
("testRelativeTo", testRelativeTo),
("testRename", testRename),
("testSort", testSort),
("testStringConvertibles", testStringConvertibles),
("testStringExentsions", testStringExentsions),
("testStringExtensions", testStringExtensions),
("testTimes", testTimes),
]
}