added tests/readme and disabled unneccesary executable bits on tests

master
Kevin Froman 2019-12-29 14:24:25 -06:00
parent 34b1abddb7
commit a9bc826930
7 changed files with 7 additions and 0 deletions

7
tests/README.md Normal file
View File

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

0
tests/test_blocks.py Executable file → Normal file
View File

0
tests/test_database_actions.py Executable file → Normal file
View File

0
tests/test_forward_secrecy.py Executable file → Normal file
View File

0
tests/test_highlevelcrypto.py Executable file → Normal file
View File

0
tests/test_onionrusers.py Executable file → Normal file
View File

0
tests/test_stringvalidations.py Executable file → Normal file
View File