Add basic tests, wip
This commit is contained in:
10
tests/test_search.py
Normal file
10
tests/test_search.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from base import BaseTestCase
|
||||
|
||||
|
||||
class TestSearch(BaseTestCase):
|
||||
def test_username_search(self):
|
||||
self.search_username('mobile_test')
|
||||
self.assert_text('@mobile_test')
|
||||
|
||||
self.search_username('mobile_test_2')
|
||||
self.assert_text('@mobile_test_2')
|
||||
Reference in New Issue
Block a user