Onionr/tests
Kevin F e55beec18c Adjusted onionrthreads to take kwargs 2022-02-09 19:28:31 -06:00
..
benchmarks added benchmark for neighbor closeness 2021-01-13 21:06:28 +00:00
integration-tests Remove tests associated with removed code 2022-02-02 14:45:27 -06:00
README.md update tests dir readme 2020-03-19 01:38:59 -05:00
runtime-result.txt update runtime result 2021-01-23 19:21:02 +00:00
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 speed up tests by lowering pow in their configs 2020-12-03 06:36:30 +00:00
test_blockdb.py Completed basic blockdb tests 2022-02-06 18:06:34 -06:00
test_cleanup.py Removed netcontroller 2022-02-06 19:18:53 -06:00
test_commands_basic.py Remove tests associated with removed code 2022-02-02 00:34:50 -06:00
test_default_config_json.py * revert pow to 5 2020-12-22 01:53:04 +00:00
test_escape_ansi.py added escape_ansi unittest 2020-04-04 02:21:28 -05:00
test_filepaths.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_forward_secrecy.py fixed forward secrecy test 2020-03-26 03:57:42 -05:00
test_getopenport.py Removed netcontroller 2022-02-06 19:18:53 -06:00
test_highlevelcrypto.py remove random shuffle function for systemrandom equivalent 2020-10-21 09:46:05 +00:00
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_onionr_process.py Added unittest for onionr subprocess module 2022-02-05 00:24:31 -06:00
test_onionr_threads.py Adjusted onionrthreads to take kwargs 2022-02-09 19:28:31 -06:00
test_onionrusers.py Removed lan and tor transports 2022-01-11 01:20:15 -06:00
test_onionrvalues.py Removed netcontroller 2022-02-06 19:18:53 -06:00
test_read_offset.py now shows log in sidebar 2020-10-17 09:54:29 +00:00
test_runtime_result.py Remove tests associated with removed code 2022-02-02 13:33:37 -06:00
test_setupkvvars.py Remove tests associated with removed code 2022-02-02 13:33:37 -06:00
test_stringvalidations.py Remove tests associated with removed code 2022-02-02 13:33:37 -06:00
test_template.py made better sleep ignored sleep and added test for it 2020-03-09 04:04:41 -05:00
test_waitforsetvars.py Removed netcontroller 2022-02-06 19:18:53 -06:00
test_zfill.py fix tests 2020-11-22 00:43:59 +00:00

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.