Updated functional tests to run Actions and Activities on all API versions
This commit is contained in:
parent
ba503bea6b
commit
016792b653
5 changed files with 26 additions and 1 deletions
|
@ -8,6 +8,8 @@ from tests.functional import test_base
|
|||
class TestActivities(test_base.TestBase):
|
||||
testcase_name = "activity API"
|
||||
|
||||
@unittest.skipIf(test_base.get_test_server_api() == 1,
|
||||
"The activity/list endpoint behaves differenty at v1")
|
||||
def test_list(self):
|
||||
"""
|
||||
Upload three photos, and check that three corresponding activities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue