Begin refactoring Tor tests to inherit from local tests

This commit is contained in:
Micah Lee 2018-09-29 18:58:27 -07:00
parent 4710eaee4c
commit d8c225a9c6
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 10 additions and 309 deletions

View file

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