mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-19 14:50:24 -04:00
Remove test_frozen_windows test because it is verify difficult to test for on a non-Windows platform
This commit is contained in:
parent
c13021e15b
commit
c7728e739f
1 changed files with 0 additions and 6 deletions
|
@ -193,12 +193,6 @@ class TestGetResourcePath:
|
||||||
common.get_resource_path(os.path.join(prefix, 'test_filename')) ==
|
common.get_resource_path(os.path.join(prefix, 'test_filename')) ==
|
||||||
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:
|
class TestGetTorPaths:
|
||||||
# @pytest.mark.skipif(sys.platform != 'Darwin', reason='requires MacOS') ?
|
# @pytest.mark.skipif(sys.platform != 'Darwin', reason='requires MacOS') ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue