Onionr/tests
Kevin Froman 008e16c11f added helium test deps to ci 2020-03-04 17:02:03 -06:00
..
browser-tests reenabled browser tests, added mail test, work on mail signatures 2020-03-04 04:29:28 -06:00
integration-tests + added more tests 2020-03-04 01:15:58 -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 added helium test deps to ci 2020-03-04 17:02:03 -06:00
test_big_brother.py add big brother readme and test 2019-12-18 03:52:52 -06:00
test_blocks.py + added more tests 2020-03-04 01:15:58 -06:00
test_commands_basic.py + added more tests 2020-03-04 01:15:58 -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_duplicate_block_meta_entry.py + added more tests 2020-03-04 01:15:58 -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 + added more tests 2020-03-04 01:15:58 -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 fixed housekeeping being broken 2020-03-03 05:55:50 -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 + added more tests 2020-03-04 01:15:58 -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 + added more tests 2020-03-04 01:15:58 -06:00
test_waitforsetvars.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_zfill.py + added more tests 2020-03-04 01:15:58 -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.