mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
9 lines
778 B
Python
9 lines
778 B
Python
from .onionshare_receive_mode_upload_test_public_mode import OnionShareGuiTest as ReceiveMoveUploadTestPublicMode
|
|
from .onionshare_receive_mode_upload_test import OnionShareGuiTest as ReceiveModeUploadTest
|
|
from .onionshare_share_mode_download_test_public_mode import OnionShareGuiTest as ShareModeDownloadTestPublicMode
|
|
from .onionshare_share_mode_download_test import OnionShareGuiTest as ShareModeDownloadTest
|
|
from .onionshare_share_mode_download_test_stay_open import OnionShareGuiTest as ShareModeDownloadTestStayOpen
|
|
from .onionshare_slug_persistent_test import OnionShareGuiTest as SlugPersistentTest
|
|
from .onionshare_timer_test import OnionShareGuiTest as TimerTest
|
|
from .commontests import CommonTests
|