From 35d99fe8faaa80a51cc594e87ab1f2b3693fd1f1 Mon Sep 17 00:00:00 2001 From: Montana Date: Wed, 28 Nov 2018 16:43:05 -0500 Subject: [PATCH] Test files must have unique names --- tests/routes/requests/{test_index.py => test_requests_index.py} | 0 .../routes/workspaces/{test_index.py => test_workspaces_index.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/routes/requests/{test_index.py => test_requests_index.py} (100%) rename tests/routes/workspaces/{test_index.py => test_workspaces_index.py} (100%) diff --git a/tests/routes/requests/test_index.py b/tests/routes/requests/test_requests_index.py similarity index 100% rename from tests/routes/requests/test_index.py rename to tests/routes/requests/test_requests_index.py diff --git a/tests/routes/workspaces/test_index.py b/tests/routes/workspaces/test_workspaces_index.py similarity index 100% rename from tests/routes/workspaces/test_index.py rename to tests/routes/workspaces/test_workspaces_index.py