This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
0
You've already forked onionshare
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-02-14 05:31:25 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
desktop
/
tests
History
Miguel Jacq
dbdb04a3bf
Fix receive mode test
2021-05-10 11:42:13 +10:00
..
__init__.py
Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase
2020-10-12 22:40:55 -07:00
conftest.py
Fix flake8 warnings in desktop
2021-04-30 11:38:23 -07:00
gui_base_test.py
Register the 405 error handler properly. Enforce the appropriate methods for each route (GET or POST only, with OPTIONS disabled). Add tests for invalid methods. Add a friendlier 500 internal server error handler
2021-05-10 11:23:44 +10:00
run.bat
Load onionshare_cli from source tree instead of pip dependency, and start making tests work with PySide2
2020-10-14 20:17:08 -07:00
run.sh
End web thread successfully when cleaning up after a tab, which prevents crashes after running the tests; and fix msi_filename in Windows build script
2020-11-09 19:47:57 -08:00
test_gui_receive.py
Fix receive mode test
2021-05-10 11:42:13 +10:00
test_gui_share.py
Register the 405 error handler properly. Enforce the appropriate methods for each route (GET or POST only, with OPTIONS disabled). Add tests for invalid methods. Add a friendlier 500 internal server error handler
2021-05-10 11:23:44 +10:00
test_gui_tabs.py
chore: refactor code quality issues
2021-03-10 22:59:47 +05:30
test_gui_website.py
Register the 405 error handler properly. Enforce the appropriate methods for each route (GET or POST only, with OPTIONS disabled). Add tests for invalid methods. Add a friendlier 500 internal server error handler
2021-05-10 11:23:44 +10:00