From 471ccef9d3f3c60f3e590385dce3f6bf7921ca98 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sat, 24 Feb 2018 19:17:18 -0800 Subject: Remove test_frozen_windows test because it is verify difficult to test for on a non-Windows platform --- test/test_onionshare_common.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_onionshare_common.py b/test/test_onionshare_common.py index f574ad7f..cb864313 100644 --- a/test/test_onionshare_common.py +++ b/test/test_onionshare_common.py @@ -193,12 +193,6 @@ class TestGetResourcePath: common.get_resource_path(os.path.join(prefix, 'test_filename')) == os.path.join(prefix, 'test_filename')) - def test_frozen_windows(self, platform_windows, sys_frozen): - prefix = os.path.join(os.path.dirname(sys.executable), 'share') - assert ( - common.get_resource_path(os.path.join(prefix, 'test_filename')) == - os.path.join(prefix, 'test_filename')) - class TestGetTorPaths: # @pytest.mark.skipif(sys.platform != 'Darwin', reason='requires MacOS') ? -- cgit v1.2.3-54-g00ecf