mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-10 22:16:49 -05:00
Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test dependencies. Update various paths. Add GUI unit tests docs to BUILD.md
This commit is contained in:
parent
201f351279
commit
8fc8e0765c
24 changed files with 29 additions and 5 deletions
|
|
@ -59,7 +59,7 @@ def main():
|
|||
files_in(dir, 'onionshare_gui/share_mode') + \
|
||||
files_in(dir, 'onionshare_gui/receive_mode') + \
|
||||
files_in(dir, 'install/scripts') + \
|
||||
files_in(dir, 'test')
|
||||
files_in(dir, 'tests')
|
||||
pysrc = [p for p in src if p.endswith('.py')]
|
||||
|
||||
lang_code = args.lang_code
|
||||
|
|
|
|||
11
install/requirements-tests.txt
Normal file
11
install/requirements-tests.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
atomicwrites==1.2.1
|
||||
attrs==18.2.0
|
||||
more-itertools==4.3.0
|
||||
pluggy==0.6.0
|
||||
py==1.6.0
|
||||
pytest==3.4.2
|
||||
pytest-faulthandler==1.5.0
|
||||
pytest-ordering==0.5
|
||||
pytest-qt==3.1.0
|
||||
six==1.11.0
|
||||
urllib3==1.23
|
||||
Loading…
Add table
Add a link
Reference in a new issue