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 added files for vdf proofing 2020-03-22 19:16:26 -05:00
test_blocklist_class.py
test_blocks.py
test_cleanup.py
test_commands_basic.py
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 added sneakernet auto importing 2020-03-30 20:52:04 -05:00
test_duplicate_block_meta_entry.py + added more tests 2020-03-04 01:15:58 -06:00
test_escape_ansi.py
test_filepaths.py
test_forward_secrecy.py
test_get_lan_ips.py
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
test_keymanager.py
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
test_onionr_threads.py
test_onionrusers.py
test_onionrvalues.py
test_peerprofiles.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_random_bind_ip_setting.py
test_runtime_result.py
test_setupkvvars.py Added missing tests and sidebar files 2020-08-04 22:35:45 -05:00
test_storagecounter.py
test_stringvalidations.py
test_template.py
test_timeinsert.py
test_toggle_bootstrap.py
test_upload_session.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_vanity.py
test_waitforsetvars.py
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.