]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Move view tests to their own directory
authorStephen Finucane <stephen@that.guru>
Sat, 6 Mar 2021 15:12:00 +0000 (15:12 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 7 Mar 2021 18:51:34 +0000 (18:51 +0000)
commit2d3b3477bf4e3300d3d12e3650b31b0b6845ab26
tree76ed1b75010007512abe06c378322475047dc13f
parentfb4eb47ea520667730284bf901825e3dd20367a3
tests: Move view tests to their own directory

This lets our unit tests mirror the main code structure and highlights
gaps in coverage.

Signed-off-by: Stephen Finucane <stephen@that.guru>
18 files changed:
patchwork/tests/test_confirm.py [deleted file]
patchwork/tests/test_detail.py [deleted file]
patchwork/tests/test_encodings.py [deleted file]
patchwork/tests/test_filters.py [deleted file]
patchwork/tests/test_list.py [deleted file]
patchwork/tests/test_registration.py [deleted file]
patchwork/tests/test_signals.py [moved from patchwork/tests/test_events.py with 100% similarity]
patchwork/tests/test_updates.py [deleted file]
patchwork/tests/views/__init__.py [new file with mode: 0644]
patchwork/tests/views/test_about.py [moved from patchwork/tests/test_about.py with 100% similarity]
patchwork/tests/views/test_api.py [moved from patchwork/tests/test_completion.py with 100% similarity]
patchwork/tests/views/test_bundles.py [moved from patchwork/tests/test_bundles.py with 100% similarity]
patchwork/tests/views/test_cover.py [new file with mode: 0644]
patchwork/tests/views/test_mail.py [moved from patchwork/tests/test_mail_settings.py with 100% similarity]
patchwork/tests/views/test_patch.py [new file with mode: 0644]
patchwork/tests/views/test_projects.py [moved from patchwork/tests/test_projects.py with 100% similarity]
patchwork/tests/views/test_user.py [moved from patchwork/tests/test_user.py with 50% similarity]
patchwork/tests/views/test_utils.py [moved from patchwork/tests/test_mboxviews.py with 100% similarity]