MCPcopy Create free account
hub / github.com/apache/arrow / test_create_dir_under_file

Method test_create_dir_under_file

c_glib/test/file-system-tests.rb:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 end
82
83 def test_create_dir_under_file
84 create_file("empty_file")
85 assert_raise(Arrow::Error::Io) do
86 @fs.create_dir(File.join("empty_file", "XY"), true)
87 end
88 assert_equal({"empty_file" => :file},
89 all_entries)
90 end
91
92 def test_delete_dir
93 mkpath("AB/CD/EF")

Callers

nothing calls this directly

Calls 2

create_dirMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected