summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-09-27 15:54:46 +1000
committerMiguel Jacq <mig@mig5.net>2018-09-27 15:54:46 +1000
commit8fc8e0765c73530136b9cd203bc059be09bd8475 (patch)
treed914c04fa7eb88c2874166d859cf1203cad95d22 /install
parent201f351279ee58166458717415045cfe62c2ac69 (diff)
downloadonionshare-8fc8e0765c73530136b9cd203bc059be09bd8475.tar.gz
onionshare-8fc8e0765c73530136b9cd203bc059be09bd8475.zip
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
Diffstat (limited to 'install')
-rw-r--r--install/check_lacked_trans.py2
-rw-r--r--install/requirements-tests.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/install/check_lacked_trans.py b/install/check_lacked_trans.py
index 027edab1..1caa6b27 100644
--- a/install/check_lacked_trans.py
+++ b/install/check_lacked_trans.py
@@ -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
diff --git a/install/requirements-tests.txt b/install/requirements-tests.txt
new file mode 100644
index 00000000..0d9c1581
--- /dev/null
+++ b/install/requirements-tests.txt
@@ -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