mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Upgraded desktop/{onionshare,tests} to PySide6
This commit is contained in:
parent
4eae7cf986
commit
c128e6b65c
36 changed files with 139 additions and 89 deletions
|
@ -120,7 +120,7 @@ class TestSettings:
|
|||
settings_obj.set("socks_port", "NON_INTEGER")
|
||||
assert settings_obj._settings["socks_port"] == 9050
|
||||
|
||||
@pytest.mark.skipif(sys.platform != "Darwin", reason="requires Darwin")
|
||||
@pytest.mark.skipif(sys.platform != "darwin", reason="requires Darwin")
|
||||
def test_filename_darwin(self, monkeypatch, platform_darwin):
|
||||
obj = settings.Settings(common.Common())
|
||||
assert obj.filename == os.path.expanduser(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue