test_search: @skips removed; class renamed to Tests per policy

issue-47
Marnanel Thurman 2020-10-29 03:18:32 +00:00
rodzic 930deeb360
commit f1822f668e
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -7,12 +7,10 @@ from django.conf import settings
# Tests for search. API docs are here:
# https://docs.joinmastodon.org/methods/search/
class TestSearch(TrilbyTestCase):
class Tests(TrilbyTestCase):
@skip("Not yet implemented")
def test_v1(self):
raise NotImplementedError()
@skip("Not yet implemented")
def test_v2(self):
raise NotImplementedError()