Add rename

This commit is contained in:
Max Howell
2019-01-31 08:38:00 -05:00
parent eb34ac4af8
commit c6e840b9b6
3 changed files with 44 additions and 5 deletions

View File

@@ -15,8 +15,10 @@ extension PathTests {
("testJoin", testJoin),
("testMkpathIfExists", testMkpathIfExists),
("testMktemp", testMktemp),
("testMoveInto", testMoveInto),
("testRelativePathCodable", testRelativePathCodable),
("testRelativeTo", testRelativeTo),
("testRename", testRename),
]
}