Remaining code coverage

Can’t do coverage for Linux unfortunately.
This commit is contained in:
Max Howell
2019-01-31 13:08:54 -05:00
parent 7970c4d8a7
commit ec6c0113f9
3 changed files with 38 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ extension PathTests {
("testCommonDirectories", testCommonDirectories),
("testConcatenation", testConcatenation),
("testCopyInto", testCopyInto),
("testCopyTo", testCopyTo),
("testDataExentsions", testDataExentsions),
("testDelete", testDelete),
("testDynamicMember", testDynamicMember),
("testEnumeration", testEnumeration),
@@ -21,11 +23,13 @@ extension PathTests {
("testMkpathIfExists", testMkpathIfExists),
("testMktemp", testMktemp),
("testMoveInto", testMoveInto),
("testMoveTo", testMoveTo),
("testRelativeCodable", testRelativeCodable),
("testRelativePathCodable", testRelativePathCodable),
("testRelativeTo", testRelativeTo),
("testRename", testRename),
("testStringConvertibles", testStringConvertibles),
("testStringExentsions", testStringExentsions),
("testTimes", testTimes),
]
}