Page MenuHomePhorge

utils_test.exs
No OneTemporary

Size
448 B
Referenced Files
None
Subscribers
None

utils_test.exs

# Pleroma: A lightweight social networking server
# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.UtilsTest do
use ExUnit.Case, async: true
describe "tmp_dir/1" do
test "returns unique temporary directory" do
{:ok, path} = Pleroma.Utils.tmp_dir("emoji")
assert path =~ ~r/\/emoji-(.*)-#{:os.getpid()}-(.*)/
File.rm_rf(path)
end
end
end

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 2, 2:42 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
477027
Default Alt Text
utils_test.exs (448 B)

Event Timeline