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:
Miguel Jacq 2018-09-27 15:54:46 +10:00
parent 3294cd8b10
commit f6fafc0f5b
24 changed files with 29 additions and 5 deletions

View file

@ -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