projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4194abb
)
Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test...
author
Egor Kislitsyn
<egor@kislitsyn.com>
Mon, 26 Aug 2019 12:34:43 +0000
(19:34 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Mon, 26 Aug 2019 12:37:57 +0000
(19:37 +0700)
test/web/mastodon_api/controllers/mastodon_api_controller/update_credentials_test.exs
[moved from
test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/controllers/search_controller_test.exs
[moved from
test/web/mastodon_api/search_controller_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/controllers/subscription_controller_test.exs
[moved from
test/web/mastodon_api/subscription_controller_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/views/account_view_test.exs
[moved from
test/web/mastodon_api/account_view_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/views/conversation_view_test.exs
[moved from
test/web/mastodon_api/conversation_view_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/views/notification_view_test.exs
[moved from
test/web/mastodon_api/notification_view_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/views/push_subscription_view_test.exs
[moved from
test/web/mastodon_api/push_subscription_view_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/views/scheduled_activity_view_test.exs
[moved from
test/web/mastodon_api/scheduled_activity_view_test.exs
with 100% similarity]
patch
|
blob
|
history
test/web/mastodon_api/views/status_view_test.exs
[moved from
test/web/mastodon_api/status_view_test.exs
with 100% similarity]
patch
|
blob
|
history
diff --git
a/test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs
b/test/web/mastodon_api/controllers/mastodon_api_controller/update_credentials_test.exs
similarity index 100%
rename from
test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs
rename to
test/web/mastodon_api/controllers/mastodon_api_controller/update_credentials_test.exs
diff --git
a/test/web/mastodon_api/search_controller_test.exs
b/test/web/mastodon_api/controllers/search_controller_test.exs
similarity index 100%
rename from
test/web/mastodon_api/search_controller_test.exs
rename to
test/web/mastodon_api/controllers/search_controller_test.exs
diff --git
a/test/web/mastodon_api/subscription_controller_test.exs
b/test/web/mastodon_api/controllers/subscription_controller_test.exs
similarity index 100%
rename from
test/web/mastodon_api/subscription_controller_test.exs
rename to
test/web/mastodon_api/controllers/subscription_controller_test.exs
diff --git
a/test/web/mastodon_api/account_view_test.exs
b/test/web/mastodon_api/views/account_view_test.exs
similarity index 100%
rename from
test/web/mastodon_api/account_view_test.exs
rename to
test/web/mastodon_api/views/account_view_test.exs
diff --git
a/test/web/mastodon_api/conversation_view_test.exs
b/test/web/mastodon_api/views/conversation_view_test.exs
similarity index 100%
rename from
test/web/mastodon_api/conversation_view_test.exs
rename to
test/web/mastodon_api/views/conversation_view_test.exs
diff --git
a/test/web/mastodon_api/notification_view_test.exs
b/test/web/mastodon_api/views/notification_view_test.exs
similarity index 100%
rename from
test/web/mastodon_api/notification_view_test.exs
rename to
test/web/mastodon_api/views/notification_view_test.exs
diff --git
a/test/web/mastodon_api/push_subscription_view_test.exs
b/test/web/mastodon_api/views/push_subscription_view_test.exs
similarity index 100%
rename from
test/web/mastodon_api/push_subscription_view_test.exs
rename to
test/web/mastodon_api/views/push_subscription_view_test.exs
diff --git
a/test/web/mastodon_api/scheduled_activity_view_test.exs
b/test/web/mastodon_api/views/scheduled_activity_view_test.exs
similarity index 100%
rename from
test/web/mastodon_api/scheduled_activity_view_test.exs
rename to
test/web/mastodon_api/views/scheduled_activity_view_test.exs
diff --git
a/test/web/mastodon_api/status_view_test.exs
b/test/web/mastodon_api/views/status_view_test.exs
similarity index 100%
rename from
test/web/mastodon_api/status_view_test.exs
rename to
test/web/mastodon_api/views/status_view_test.exs