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