Onionr/tests
Kevin F 8511fb42b6 Added test for multiprocess wrapper 2023-01-12 21:51:03 -06:00
..
default-plugin-tests/wot Wot adjustments, blockdb plugin events 2022-10-01 04:25:46 +00:00
gossip-unittests Removed defunct tests and fixed remaining tests 2022-09-27 00:49:51 +00:00
integration-tests Fix test writing to wrong test dir directory 2022-09-27 19:08:58 +00:00
release-tests Removed lots of defunct cruft 2022-09-26 20:06:05 +00: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_blockdb.py Implemented basic server diffusal test 2022-04-05 01:17:40 -05:00
test_blockdb_cleaner.py Added block database cleaner 2022-07-31 00:32:43 -05:00
test_cleanup.py Removed lots of defunct cruft 2022-09-26 20:06:05 +00:00
test_commands_basic.py Remove tests associated with removed code 2022-02-02 00:34:50 -06:00
test_escape_ansi.py Removed defunct utils that will probably never be used again 2022-09-27 19:06:18 +00:00
test_filepaths.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_identifyhome.py + added more tests 2020-03-04 01:15:58 -06:00
test_multiproc.py Added test for multiprocess wrapper 2023-01-12 21:51:03 -06:00
test_onionr_threads.py Removed defunct tests and fixed remaining tests 2022-09-27 00:49:51 +00:00
test_runtime_result.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

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.