Onionr/tests
Kevin Froman 81c8c4f124 mass removal for redesigns 2021-02-22 20:56:17 +00:00
..
browser-tests fix existing tor daemon not having closed ephemeral onions and work on mail test 2020-03-07 18:51:39 -06:00
integration-tests mass removal for redesigns 2021-02-22 20:56:17 +00:00
README.md update tests dir readme 2020-03-19 01:38:59 -05:00
runtime-result.txt mass removal for redesigns 2021-02-22 20:56:17 +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_blockcreatorqueue.py work on implementing torgossip 2021-01-31 04:40:51 +00:00
test_blockio.py added subprocess validator 2021-02-09 23:02:19 +00:00
test_cleanup.py mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_commands_basic.py mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_default_config_json.py mass removal for redesigns 2021-02-22 20:56:17 +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_getopenport.py mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_identifyhome.py + added more tests 2020-03-04 01:15:58 -06:00
test_onionr_threads.py mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_onionrvalues.py mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_read_offset.py now shows log in sidebar 2020-10-17 09:54:29 +00:00
test_runtime_result.py fix tests 2020-11-22 00:43:59 +00:00
test_safedb.py properly clean block list in blockio 2021-01-25 22:16:51 +00:00
test_secure_string.py added work on faster and safer database for blocks and general KV 2021-01-21 20:23:58 +00:00
test_setupkvvars.py mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_stringvalidations.py mass removal for redesigns 2021-02-22 20:56:17 +00: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 mass removal for redesigns 2021-02-22 20:56:17 +00:00
test_zfill.py mass removal for redesigns 2021-02-22 20:56:17 +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.