You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
onionr/tests
Kevin Froman ae359de562 Added custom port and bind address args 3 years ago
..
browser-tests fix existing tor daemon not having closed ephemeral onions and work on mail test 3 years ago
integration-tests fix export test to use new circle plugin name 3 years ago
README.md update tests dir readme 3 years ago
runtime-result.txt fix upload.py logging b_hash define 3 years ago
test_bettersleep.py made better sleep ignored sleep and added test for it 3 years ago
test_big_brother.py speed up tests by lowering pow in their configs 3 years ago
test_blocklist_class.py speed up tests by lowering pow in their configs 3 years ago
test_blocks.py speed up tests by lowering pow in their configs 3 years ago
test_cleanup.py added cleanup test and test-re-runner automation script 3 years ago
test_commands_basic.py + added more tests 3 years ago
test_custom_torrc.py refactored netcontroller and split module 4 years ago
test_database_actions.py fix tests 3 years ago
test_default_config_json.py Added custom port and bind address args 3 years ago
test_duplicate_block_meta_entry.py + added more tests 3 years ago
test_escape_ansi.py added escape_ansi unittest 3 years ago
test_filepaths.py updated import path in tests 4 years ago
test_forward_secrecy.py fixed forward secrecy test 3 years ago
test_get_lan_ips.py fixed get_lan_ips test 3 years ago
test_getopenport.py updated import path in tests 4 years ago
test_highlevelcrypto.py remove random shuffle function for systemrandom equivalent 3 years ago
test_identifyhome.py + added more tests 3 years ago
test_keymanager.py fix tests 3 years ago
test_lan_learn.py Don't run LAN unittests on QubesOS 3 years ago
test_lan_publsh.py Don't run LAN unittests on QubesOS 3 years ago
test_networkmerger.py fix tests 3 years ago
test_onionr_threads.py fix tests 3 years ago
test_onionrusers.py fix tests 3 years ago
test_onionrvalues.py fixed sneakernet, removed unused vdf 3 years ago
test_peerprofiles.py fix tests 3 years ago
test_read_offset.py now shows log in sidebar 3 years ago
test_runtime_result.py fix tests 3 years ago
test_setupkvvars.py fix tests 3 years ago
test_storagecounter.py speed up tests by lowering pow in their configs 3 years ago
test_streamfill_extract_ed25519.py work on flood fill network 3 years ago
test_streamfill_neighbors.py fixed closeness calculation 3 years ago
test_stringvalidations.py added tests/readme and disabled unneccesary executable bits on tests 3 years ago
test_template.py made better sleep ignored sleep and added test for it 3 years ago
test_timeinsert.py speed up tests by lowering pow in their configs 3 years ago
test_toggle_bootstrap.py added toggle bootstrap command 3 years ago
test_upload_session.py fix tests 3 years ago
test_vanity.py fix tests 3 years ago
test_waitforsetvars.py fix tests 3 years ago
test_zfill.py fix tests 3 years ago

README.md

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.