summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-24Remove test_frozen_windows test because it is verify difficult to test for on...Micah Lee
2018-02-25Merge pull request #588 from micahflee/ux-updateMiguel Jacq
2018-02-15Support meek_lite Pluggable Transportirykoon
2018-02-10Make tests look in the source code tree for resourcesMicah Lee
2018-02-07Fix settings test, because of adding a new settingMicah Lee
2018-01-17Extract tor and obfs4proxy executables from the main TorBrowser executable wi...Miguel Jacq
2018-01-16Fix conflicts arising from the reuse_private_key branchMiguel Jacq
2018-01-15Fix tests for obfs4proxyMiguel Jacq
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-13Attempt to fix testsMiguel Jacq
2017-12-11fix tests for bridge supportMiguel Jacq
2017-12-07try and fix testsMiguel Jacq
2017-11-20Rename test files to have test_ prefixMicah Lee
2017-07-08Remove unnecessary imports, add testsDelirious Lettuce
2017-07-08Modify import (more direct), remove unnecessary parenthesesDelirious Lettuce
2017-07-08`fixture` instead of `yield_fixture` (2), remove parenthesesDelirious Lettuce
2017-07-08Initial commit, coverage of `onionshare.settings.py` at 92%Delirious Lettuce
2017-07-08Add locale fixturesDelirious Lettuce
2017-07-07Create temporary file/directory without deleting them afterDelirious Lettuce
2017-07-07Add cleanup testsDelirious Lettuce
2017-07-07Initial commit (all current pytest fixtures)Delirious Lettuce
2017-07-07Move fixtures to conftest, remove unneeded imports, spacingDelirious Lettuce
2017-07-07* Use re.verbose on LOG_MSG_REGEXDelirious Lettuce
2017-07-07Add `conftest.py` fileDelirious Lettuce
2017-07-05initial commit of `onionshare_test.py` modsDelirious Lettuce
2017-07-04WIP: up to 100% test coverage of `common.py`Delirious Lettuce
2017-07-04Remove test (`ZipInfo.is_dir()` is Python 3.6+ only)Delirious Lettuce
2017-07-04Initial commit of previous changes, add coverage to travisDelirious Lettuce
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-04-19Move choose_port tests into helpers tests, and delete the obsolete onionshare...Micah Lee
2017-02-21Fix path in testMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-09-05Make sure tests can find the correct paths (fixes #284)Micah Lee
2016-09-04Fix strings tests, now that load_strings needs helpers as an argMicah Lee
2016-04-18Improve pep8 conformancejvoisin
2016-04-12Deleted obsolete slug testsMicah Lee
2016-04-12Make helpers.get_pyinstaller_resource_path work when package is not frozen, a...Micah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-15Ported tests to python3 (#261)Micah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2015-09-07Removed all of the Tails-specific code. If we use ephemeral hidden services, ...Micah Lee
2014-11-18pep8: remove empty lines at EOFThomas Waldmann
2014-11-18pep8: too long lines, reformat lines to < 120 chars. removed redundancy from ...Thomas Waldmann
2014-11-18pep8: fix empty line countsThomas Waldmann
2014-11-18pep8: fix indentation to be a multiple of fourThomas Waldmann
2014-11-18pep8: use triple double-quotes for docstringsThomas Waldmann
2014-10-26fix typosThomas Waldmann
2014-09-18removed unused stringsMicah Lee
2014-09-02fixed test_load_strings_loads_other_languages, because french strings were up...Micah Lee