From a9ac1188e342228909c284e55f3d2ba584b05a32 Mon Sep 17 00:00:00 2001 From: Steve Lacey Date: Mon, 1 Nov 2021 17:36:06 +0700 Subject: [PATCH] Switch tests to prefix names --- tests/{casing_tests.py => test_casing.py} | 0 tests/{permissions_tests.py => test_permissions.py} | 0 tests/{validators_tests.py => test_validators.py} | 0 tests/{views_tests.py => test_views.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{casing_tests.py => test_casing.py} (100%) rename tests/{permissions_tests.py => test_permissions.py} (100%) rename tests/{validators_tests.py => test_validators.py} (100%) rename tests/{views_tests.py => test_views.py} (100%) diff --git a/tests/casing_tests.py b/tests/test_casing.py similarity index 100% rename from tests/casing_tests.py rename to tests/test_casing.py diff --git a/tests/permissions_tests.py b/tests/test_permissions.py similarity index 100% rename from tests/permissions_tests.py rename to tests/test_permissions.py diff --git a/tests/validators_tests.py b/tests/test_validators.py similarity index 100% rename from tests/validators_tests.py rename to tests/test_validators.py diff --git a/tests/views_tests.py b/tests/test_views.py similarity index 100% rename from tests/views_tests.py rename to tests/test_views.py