From 9b6c58bad941003b482a53773463da54c6626245 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 15 Oct 2014 17:29:58 +0200 Subject: [PATCH] Normalize some tests file names. --- tests/integration/{test_project_history.py => test_history.py} | 0 .../{test_project_notifications.py => test_notifications.py} | 0 ...oject_references_sequences.py => test_references_sequences.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/integration/{test_project_history.py => test_history.py} (100%) rename tests/integration/{test_project_notifications.py => test_notifications.py} (100%) rename tests/integration/{test_project_references_sequences.py => test_references_sequences.py} (100%) diff --git a/tests/integration/test_project_history.py b/tests/integration/test_history.py similarity index 100% rename from tests/integration/test_project_history.py rename to tests/integration/test_history.py diff --git a/tests/integration/test_project_notifications.py b/tests/integration/test_notifications.py similarity index 100% rename from tests/integration/test_project_notifications.py rename to tests/integration/test_notifications.py diff --git a/tests/integration/test_project_references_sequences.py b/tests/integration/test_references_sequences.py similarity index 100% rename from tests/integration/test_project_references_sequences.py rename to tests/integration/test_references_sequences.py