From 4b74f7b4fed02bc2bbbaf4d31f99329e54814c47 Mon Sep 17 00:00:00 2001 From: Vineet Naik Date: Sat, 13 Jul 2019 13:28:22 +0530 Subject: [PATCH] Rename 'test_pipdeptree.py' to 'test_integration.py' So that a new 'test_pipdeptree.py' can be added for unit tests (with mocking etc.). Integration test suite will still be run during 'make test' but the state of the test suite is pretty bad at present. In future, we might replace it with a complete approach for easy maintenance. --- tests/{test_pipdeptree.py => test_integration.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{test_pipdeptree.py => test_integration.py} (100%) diff --git a/tests/test_pipdeptree.py b/tests/test_integration.py similarity index 100% rename from tests/test_pipdeptree.py rename to tests/test_integration.py