From a9bc826930ce1024de823f843bf8e479c575027a Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sun, 29 Dec 2019 14:24:25 -0600 Subject: [PATCH] added tests/readme and disabled unneccesary executable bits on tests --- tests/README.md | 7 +++++++ tests/test_blocks.py | 0 tests/test_database_actions.py | 0 tests/test_forward_secrecy.py | 0 tests/test_highlevelcrypto.py | 0 tests/test_onionrusers.py | 0 tests/test_stringvalidations.py | 0 7 files changed, 7 insertions(+) create mode 100644 tests/README.md mode change 100755 => 100644 tests/test_blocks.py mode change 100755 => 100644 tests/test_database_actions.py mode change 100755 => 100644 tests/test_forward_secrecy.py mode change 100755 => 100644 tests/test_highlevelcrypto.py mode change 100755 => 100644 tests/test_onionrusers.py mode change 100755 => 100644 tests/test_stringvalidations.py diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..e5c435e3 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,7 @@ +# Onionr Tests 📰️ + +Onionr has two test suites, this directory's unittests and integration tests. + +In these unittests, be careful to manage import order. The test home directory environment variable needs to be set before most imports. + + diff --git a/tests/test_blocks.py b/tests/test_blocks.py old mode 100755 new mode 100644 diff --git a/tests/test_database_actions.py b/tests/test_database_actions.py old mode 100755 new mode 100644 diff --git a/tests/test_forward_secrecy.py b/tests/test_forward_secrecy.py old mode 100755 new mode 100644 diff --git a/tests/test_highlevelcrypto.py b/tests/test_highlevelcrypto.py old mode 100755 new mode 100644 diff --git a/tests/test_onionrusers.py b/tests/test_onionrusers.py old mode 100755 new mode 100644 diff --git a/tests/test_stringvalidations.py b/tests/test_stringvalidations.py old mode 100755 new mode 100644