Fix Tor tests so they pass, too

This commit is contained in:
Micah Lee 2018-09-30 10:57:13 -07:00
parent 9fc17037e5
commit da970a4c1b
13 changed files with 252 additions and 194 deletions

View file

@ -1,8 +1 @@
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