From 21e1dac2c3c5acb4131cb6b4824f886f7350cab7 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 20 Nov 2017 15:52:33 -0800 Subject: [PATCH] Rename test files to have test_ prefix --- test/{onionshare_test.py => test_onionshare.py} | 0 test/{onionshare_common_test.py => test_onionshare_common.py} | 0 test/{onionshare_settings_test.py => test_onionshare_settings.py} | 0 test/{onionshare_strings_test.py => test_onionshare_strings.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/{onionshare_test.py => test_onionshare.py} (100%) rename test/{onionshare_common_test.py => test_onionshare_common.py} (100%) rename test/{onionshare_settings_test.py => test_onionshare_settings.py} (100%) rename test/{onionshare_strings_test.py => test_onionshare_strings.py} (100%) diff --git a/test/onionshare_test.py b/test/test_onionshare.py similarity index 100% rename from test/onionshare_test.py rename to test/test_onionshare.py diff --git a/test/onionshare_common_test.py b/test/test_onionshare_common.py similarity index 100% rename from test/onionshare_common_test.py rename to test/test_onionshare_common.py diff --git a/test/onionshare_settings_test.py b/test/test_onionshare_settings.py similarity index 100% rename from test/onionshare_settings_test.py rename to test/test_onionshare_settings.py diff --git a/test/onionshare_strings_test.py b/test/test_onionshare_strings.py similarity index 100% rename from test/onionshare_strings_test.py rename to test/test_onionshare_strings.py