Onionr/tests
Kevin Froman 9d55c62d68 * revert pow to 5
* is is_alive in sneakernet observer
* catch subprocess err in 3.9.x (dirty hack) in vanityonionr and block gen
* bump version
2020-12-22 01:53:04 +00:00
..
browser-tests
integration-tests fix export test to use new circle plugin name 2020-03-29 18:50:16 -05:00
README.md update tests dir readme 2020-03-19 01:38:59 -05:00
runtime-result.txt * revert pow to 5 2020-12-22 01:53:04 +00:00
test_bettersleep.py
test_big_brother.py speed up tests by lowering pow in their configs 2020-12-03 06:36:30 +00:00
test_blocklist_class.py speed up tests by lowering pow in their configs 2020-12-03 06:36:30 +00:00
test_blocks.py speed up tests by lowering pow in their configs 2020-12-03 06:36:30 +00:00
test_cleanup.py added cleanup test and test-re-runner automation script 2020-03-09 21:43:18 -05:00
test_commands_basic.py
test_custom_torrc.py
test_database_actions.py fix tests 2020-11-22 00:43:59 +00:00
test_default_config_json.py * revert pow to 5 2020-12-22 01:53:04 +00:00
test_duplicate_block_meta_entry.py
test_escape_ansi.py
test_filepaths.py
test_forward_secrecy.py
test_get_lan_ips.py
test_getopenport.py
test_highlevelcrypto.py
test_identifyhome.py + added more tests 2020-03-04 01:15:58 -06:00
test_keymanager.py fix tests 2020-11-22 00:43:59 +00:00
test_lan_learn.py
test_lan_publsh.py
test_networkmerger.py fix tests 2020-11-22 00:43:59 +00:00
test_onionr_threads.py fix tests 2020-11-22 00:43:59 +00:00
test_onionrusers.py fix tests 2020-11-22 00:43:59 +00:00
test_onionrvalues.py
test_peerprofiles.py fix tests 2020-11-22 00:43:59 +00:00
test_read_offset.py
test_runtime_result.py fix tests 2020-11-22 00:43:59 +00:00
test_setupkvvars.py fix tests 2020-11-22 00:43:59 +00:00
test_storagecounter.py speed up tests by lowering pow in their configs 2020-12-03 06:36:30 +00:00
test_streamfill_extract_ed25519.py
test_streamfill_neighbors.py
test_stringvalidations.py
test_template.py
test_timeinsert.py speed up tests by lowering pow in their configs 2020-12-03 06:36:30 +00:00
test_toggle_bootstrap.py
test_upload_session.py fix tests 2020-11-22 00:43:59 +00:00
test_vanity.py fix tests 2020-11-22 00:43:59 +00:00
test_waitforsetvars.py fix tests 2020-11-22 00:43:59 +00:00
test_zfill.py fix tests 2020-11-22 00:43:59 +00:00

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.