994 Commits

Author SHA1 Message Date
Micah Lee
5df96ad768 Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
Delirious Lettuce
f7556102b1 Remove unnecessary imports, add tests 2017-07-08 11:31:25 -06:00
Delirious Lettuce
8a70c60632 Modify import (more direct), remove unnecessary parentheses 2017-07-08 11:30:26 -06:00
Delirious Lettuce
d837652cd9 fixture instead of yield_fixture (2), remove parentheses 2017-07-08 11:29:19 -06:00
Delirious Lettuce
22906249e7 Initial commit, coverage of onionshare.settings.py at 92% 2017-07-08 11:23:17 -06:00
Delirious Lettuce
da1e744150 Add locale fixtures 2017-07-08 00:17:20 -06:00
Delirious Lettuce
880ed56054 Merge remote-tracking branch 'origin/test_onionshare_common' into test_onionshare_common
# Conflicts:
#	test/onionshare_common_test.py
2017-07-07 23:21:21 -06:00
Delirious Lettuce
19b41cc3b6 Create temporary file/directory without deleting them after 2017-07-07 23:16:37 -06:00
Delirious Lettuce
d5792bd357 Add cleanup tests 2017-07-07 23:14:47 -06:00
Delirious Lettuce
1fa5d3a2a6 Initial commit (all current pytest fixtures) 2017-07-07 22:51:09 -06:00
Delirious Lettuce
bdf9765234 Move fixtures to conftest, remove unneeded imports, spacing 2017-07-07 22:50:11 -06:00
Delirious Lettuce
7724df923f * Use re.verbose on LOG_MSG_REGEX
* Create new fixtures for creating temporary files and directories
* Modify custom_zw fixture to include custom callback function to test
* Delete parent directory of ZipWriter file from default_zw fixture
* Modify monkeypatch arguments
* Group tests into separate classes for each function
* Parametrize ZeroDivisionError tests
* Test all regular expressions
* Use new fixtures to ensure proper deletion of files after testing
2017-07-07 21:33:45 -06:00
Delirious Lettuce
6558d2f7ce Add conftest.py file 2017-07-07 14:26:19 -06:00
Delirious Lettuce
8456591424 initial commit of onionshare_test.py mods 2017-07-05 14:44:27 -06:00
Delirious Lettuce
03a4df4980 WIP: up to 100% test coverage of common.py 2017-07-04 23:17:51 -06:00
Delirious Lettuce
7a52ec3781 Uncomment after_success 2017-07-04 12:24:38 -06:00
Delirious Lettuce
597502f6e7 Modify .travis.yml 2017-07-04 12:24:38 -06:00
Delirious Lettuce
b247d589d1 Remove test (ZipInfo.is_dir() is Python 3.6+ only) 2017-07-04 12:24:38 -06:00
Delirious Lettuce
1b7160e1d6 Comment out sudo: required 2017-07-04 12:24:38 -06:00
Delirious Lettuce
97a48a76e3 Initial commit of previous changes, add coverage to travis 2017-07-04 12:24:38 -06:00
Micah Lee
c7a800a79f Fix stdeb.cfg so that Ubuntu PPA will build 2017-05-31 15:04:10 -07:00
Delirious Lettuce
e57521f3d4 Uncomment after_success 2017-05-30 23:53:51 -06:00
Delirious Lettuce
64f4c7c578 Modify .travis.yml 2017-05-30 23:51:29 -06:00
Delirious Lettuce
c758019067 Remove test (ZipInfo.is_dir() is Python 3.6+ only) 2017-05-30 23:44:38 -06:00
Delirious Lettuce
658389142e Comment out sudo: required 2017-05-30 23:39:06 -06:00
Delirious Lettuce
e8768c3693 Initial commit of previous changes, add coverage to travis 2017-05-30 23:25:42 -06:00
Micah Lee
bb9b66f004 Show server screenshot before client screenshot v1.1 2017-05-30 15:32:05 -07:00
Micah Lee
6fbaeb7f08 Added new screenshots 2017-05-30 15:28:51 -07:00
Micah Lee
31502e6a84 Version bump to 1.1, and update install size, for Windows installer 2017-05-30 15:07:36 -07:00
Micah Lee
a3bab6211a Merge branch 'delirious-lettuce-hmac_compare_digest' 2017-05-30 14:50:58 -07:00
Micah Lee
74c5722b09 Merge branch 'hmac_compare_digest' of https://github.com/delirious-lettuce/onionshare into delirious-lettuce-hmac_compare_digest 2017-05-30 14:50:19 -07:00
Micah Lee
abf2498ff2 Updated changelog even more, and version bump to 1.1 2017-05-30 12:54:37 -07:00
Micah Lee
0892ed6e44 Merge branch 'mig5-single_add_button' 2017-05-30 12:24:44 -07:00
Micah Lee
4a6862cd9e Merge branch 'single_add_button' of https://github.com/mig5/onionshare into mig5-single_add_button 2017-05-30 12:21:03 -07:00
Micah Lee
c68a772666 Merge branch 'mig5-status_bar_no_borders' 2017-05-30 12:13:50 -07:00
Micah Lee
0a04955f6f Merge branch 'status_bar_no_borders' of https://github.com/mig5/onionshare into mig5-status_bar_no_borders 2017-05-30 12:12:52 -07:00
Micah Lee
bcdec509bd Merge branch 'mig5-pretty_progress_bar' 2017-05-30 12:11:53 -07:00
Micah Lee
71e2824936 Merge branch 'pretty_progress_bar' of https://github.com/mig5/onionshare into mig5-pretty_progress_bar 2017-05-30 12:07:49 -07:00
Micah Lee
eada34a1b7 Merge branch 'mig5-delete_multiple_items' 2017-05-30 12:06:11 -07:00
Micah Lee
4b324be60d Merge branch 'delete_multiple_items' of https://github.com/mig5/onionshare into mig5-delete_multiple_items 2017-05-30 12:05:35 -07:00
Micah Lee
3868f20a20 Merge branch 'mig5-extra_systray_buttons' 2017-05-30 12:04:38 -07:00
Micah Lee
9c2be13c25 Merge branch 'extra_systray_buttons' of https://github.com/mig5/onionshare into mig5-extra_systray_buttons 2017-05-30 12:01:04 -07:00
Micah Lee
6014e9c3ae Merge branch 'mig5-1.1changelog' 2017-05-30 11:59:56 -07:00
Micah Lee
7928f787c0 Merge branch '1.1changelog' of https://github.com/mig5/onionshare into mig5-1.1changelog 2017-05-30 11:59:41 -07:00
Micah Lee
eb9ff30c1e Merge branch 'delirious-lettuce-format_seconds' 2017-05-30 11:47:58 -07:00
Micah Lee
294f093f9b Merge branch 'format_seconds' of https://github.com/delirious-lettuce/onionshare into delirious-lettuce-format_seconds 2017-05-30 11:44:44 -07:00
Micah Lee
284f1ba978 Merge branch 'delirious-lettuce-socket_context_manager' 2017-05-30 11:41:07 -07:00
Miguel Jacq
a4fec7b181 Revert "Make the tor connection progressBar similarly style as the others"
This reverts commit 538476ca0cba05d6014d2e86750770bb2eb61978.
2017-05-29 15:46:28 +10:00
Miguel Jacq
538476ca0c Make the tor connection progressBar similarly style as the others 2017-05-29 15:44:04 +10:00
Miguel Jacq
192fe7057f reinstate the caption call 2017-05-29 13:50:46 +10:00