Onionr/tests
Kevin Froman 572e29f5d5 bumped network version and main version, lots of test work and some stability improvements 2020-02-08 03:34:11 -06:00
..
integration-tests bumped network version and main version, lots of test work and some stability improvements 2020-02-08 03:34:11 -06:00
README.md added config observers, delete plaintext blocks when plaintext storage is disabled 2020-01-07 05:44:53 -06:00
runtime-result.txt bumped network version and main version, lots of test work and some stability improvements 2020-02-08 03:34:11 -06:00
test_big_brother.py add big brother readme and test 2019-12-18 03:52:52 -06:00
test_blocks.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_commands_basic.py Added site list command test 2020-02-05 01:53:14 -06:00
test_custom_torrc.py refactored netcontroller and split module 2019-12-12 02:47:33 -06:00
test_database_actions.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_default_config_json.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_filepaths.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_forward_secrecy.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_getopenport.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_highlevelcrypto.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_identifyhome.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_keymanager.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_networkmerger.py added custom torrc support 2019-12-10 04:52:32 -06:00
test_onionrusers.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_onionrvalues.py remove sent mail from sentbox when block is blacklisted 2020-01-28 21:39:01 -06:00
test_peerprofiles.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_random_bind_ip_setting.py remove defunct test, add random bint ip test, and fix offline mode 2020-01-27 19:32:25 -06:00
test_runtime_result.py fix cmd recommend to use f string 2020-01-29 23:22:23 -06:00
test_storagecounter.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_stringvalidations.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_template.py remove sent mail from sentbox when block is blacklisted 2020-01-28 21:39:01 -06:00
test_timeinsert.py work on block insertion mixing 2019-12-27 01:53:18 -06:00
test_toggle_bootstrap.py added toggle bootstrap command 2019-12-29 11:33:47 -06:00
test_upload_session.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_vanity.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_waitforsetvars.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_zfill.py updated import path in tests 2019-11-21 03:26:23 -06:00

README.md

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.