Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7889749
utils_test.exs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
448 B
Referenced Files
None
Subscribers
None
utils_test.exs
View Options
# 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
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 2, 2:42 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
477027
Default Alt Text
utils_test.exs (448 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment