MCPcopy Create free account
hub / github.com/catboost/catboost / TestRename

Method TestRename

util/system/fs_ut.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void TFsTest::TestRename() {
146 RunRenameTest("src.txt", "dst.txt");
147 RunRenameTest("src_абвг.txt", "dst_абвг.txt");
148}
149
150static void RunHardlinkTest(const TFsPath& src, const TFsPath& dst) {
151 NFs::Remove(src);

Callers

nothing calls this directly

Calls 1

RunRenameTestFunction · 0.85

Tested by

no test coverage detected