Add activity endpoint support

This commit is contained in:
Pete 2013-08-19 18:12:29 +01:00
parent 55778dcd83
commit 707eb270ee
9 changed files with 278 additions and 24 deletions

View file

@ -5,7 +5,7 @@ except ImportError:
from tests.functional import test_base
class TestActionss(test_base.TestBase):
class TestActions(test_base.TestBase):
testcase_name = "action API"
# TODO: Enable this test (and write more) once the Actions API is working.