Onionr/tests
2020-08-04 22:35:45 -05:00
..
browser-tests
integration-tests
README.md
runtime-result.txt
test_bettersleep.py made better sleep ignored sleep and added test for it 2020-03-09 04:04:41 -05:00
test_big_brother.py
test_block_vdf_proof.py
test_blocklist_class.py
test_blocks.py
test_cleanup.py added cleanup test and test-re-runner automation script 2020-03-09 21:43:18 -05: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
test_default_config_json.py
test_duplicate_block_meta_entry.py
test_escape_ansi.py added escape_ansi unittest 2020-04-04 02:21:28 -05:00
test_filepaths.py
test_forward_secrecy.py
test_get_lan_ips.py fixed get_lan_ips test 2020-04-03 03:33:05 -05:00
test_getopenport.py
test_highlevelcrypto.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_identifyhome.py
test_keymanager.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_lan_learn.py fix bug in test_lan_learn and handle errors better in encryption plugin 2020-06-23 16:48:04 -05:00
test_lan_publsh.py
test_networkmerger.py added custom torrc support 2019-12-10 04:52:32 -06:00
test_onionr_threads.py
test_onionrusers.py
test_onionrvalues.py added sneakernet auto importing 2020-03-30 20:52:04 -05:00
test_peerprofiles.py
test_random_bind_ip_setting.py
test_runtime_result.py
test_setupkvvars.py
test_storagecounter.py
test_stringvalidations.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_template.py
test_timeinsert.py
test_toggle_bootstrap.py
test_upload_session.py
test_vanity.py
test_waitforsetvars.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_zfill.py

Onionr Tests 📰

Onionr has four test suites, this directory's unittests, integration tests, browser tests, and run time tests located in the src directory.

In these unittests, be careful to manage import order. The test home directory environment variable needs to be set before most imports.