]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Split 'test_rest_api'
authorStephen Finucane <stephen@that.guru>
Sun, 25 Mar 2018 18:28:19 +0000 (19:28 +0100)
committerStephen Finucane <stephen@that.guru>
Sat, 7 Apr 2018 16:43:26 +0000 (17:43 +0100)
commit683792d1f37c97306f241ca5f9e2b0cda162891c
treeb625a1da354504ffd9b78c3da3dda1ed7399bdd2
parentb2a2534289df1877246b5c077eb426ba6f4e32e1
tests: Split 'test_rest_api'

Lay the tests out per the main code.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/api/__init__.py [new file with mode: 0644]
patchwork/tests/api/test_bundle.py [new file with mode: 0644]
patchwork/tests/api/test_check.py [new file with mode: 0644]
patchwork/tests/api/test_cover.py [new file with mode: 0644]
patchwork/tests/api/test_patch.py [new file with mode: 0644]
patchwork/tests/api/test_person.py [new file with mode: 0644]
patchwork/tests/api/test_project.py [new file with mode: 0644]
patchwork/tests/api/test_user.py [new file with mode: 0644]
patchwork/tests/test_rest_api.py [deleted file]