]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Always enable REST API
authorStephen Finucane <stephen@that.guru>
Mon, 15 May 2023 12:00:27 +0000 (13:00 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 15 May 2023 12:00:27 +0000 (13:00 +0100)
commit8a960622ab03d8d3298bf0c9d4c3ae5312fe31b2
tree4bd9922d577c14aebbf88d082d7fd70418895e51
parent32270094579c6551aac5aedbf80ab6041c752276
tests: Always enable REST API

This means django-rest-framework is now a hard requirement for unit
tests. That seems reasonable.

Signed-off-by: Stephen Finucane <stephen@that.guru>
13 files changed:
patchwork/tests/api/test_bundle.py
patchwork/tests/api/test_check.py
patchwork/tests/api/test_comment.py
patchwork/tests/api/test_cover.py
patchwork/tests/api/test_event.py
patchwork/tests/api/test_patch.py
patchwork/tests/api/test_person.py
patchwork/tests/api/test_project.py
patchwork/tests/api/test_relation.py
patchwork/tests/api/test_series.py
patchwork/tests/api/test_user.py
patchwork/tests/api/utils.py
patchwork/tests/views/test_bundles.py