You cannot 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 F 8511fb42b6 Added test for multiprocess wrapper 3 months ago
..
default-plugin-tests/wot Wot adjustments, blockdb plugin events 6 months ago
gossip-unittests Removed defunct tests and fixed remaining tests 6 months ago
integration-tests Fix test writing to wrong test dir directory 6 months ago
release-tests Removed lots of defunct cruft 6 months ago
README.md update tests dir readme 3 years ago
runtime-result.txt update runtime result 2 years ago
test_blockdb.py Implemented basic server diffusal test 1 year ago
test_blockdb_cleaner.py Added block database cleaner 8 months ago
test_cleanup.py Removed lots of defunct cruft 6 months ago
test_commands_basic.py Remove tests associated with removed code 1 year ago
test_escape_ansi.py Removed defunct utils that will probably never be used again 6 months ago
test_filepaths.py updated import path in tests 3 years ago
test_identifyhome.py + added more tests 3 years ago
test_multiproc.py Added test for multiprocess wrapper 3 months ago
test_onionr_threads.py Removed defunct tests and fixed remaining tests 6 months ago
test_runtime_result.py Remove tests associated with removed code 1 year ago
test_template.py made better sleep ignored sleep and added test for it 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.