From 2a0ec53374dee84001214ead7a3831edc568599f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20C=2E=20Leit=C3=A3o?= Date: Sun, 11 May 2014 18:23:01 +0200 Subject: [PATCH] Moved prefixed test modules with "test_" so they can be found. --- .../tests/{xapian_backend.py => test_xapian_backend.py} | 0 .../xapian_tests/tests/{xapian_query.py => test_xapian_query.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/xapian_tests/tests/{xapian_backend.py => test_xapian_backend.py} (100%) rename tests/xapian_tests/tests/{xapian_query.py => test_xapian_query.py} (100%) diff --git a/tests/xapian_tests/tests/xapian_backend.py b/tests/xapian_tests/tests/test_xapian_backend.py similarity index 100% rename from tests/xapian_tests/tests/xapian_backend.py rename to tests/xapian_tests/tests/test_xapian_backend.py diff --git a/tests/xapian_tests/tests/xapian_query.py b/tests/xapian_tests/tests/test_xapian_query.py similarity index 100% rename from tests/xapian_tests/tests/xapian_query.py rename to tests/xapian_tests/tests/test_xapian_query.py