Onionr/tests
Kevin Froman 3aec35ef33 * lan server including discovery and publishing added (only ping implemented in server) 2020-03-16 02:28:41 -05: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 added test for learning lan services 2020-03-13 23:47:44 -05:00
README.md added config observers, delete plaintext blocks when plaintext storage is disabled 2020-01-07 05:44:53 -06:00
runtime-result.txt * lan server including discovery and publishing added (only ping implemented in server) 2020-03-16 02:28:41 -05: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 * updated big brother to allow multicast and LAN 2020-03-16 02:06:37 -05:00
test_blocks.py + added more tests 2020-03-04 01:15:58 -06: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 + added more tests 2020-03-04 01:15:58 -06:00
test_custom_torrc.py refactored netcontroller and split module 2019-12-12 02:47:33 -06:00
test_database_actions.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_default_config_json.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_duplicate_block_meta_entry.py + added more tests 2020-03-04 01:15:58 -06:00
test_filepaths.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_forward_secrecy.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_get_lan_ips.py work on lan transport, added service discovery logic 2020-03-11 04:46:42 -05:00
test_getopenport.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_highlevelcrypto.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_identifyhome.py + added more tests 2020-03-04 01:15:58 -06:00
test_keymanager.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_lan_learn.py added test for learning lan services 2020-03-13 23:47:44 -05:00
test_lan_publsh.py finishd tests for multicast lan service discovery 2020-03-14 00:56:10 -05:00
test_networkmerger.py added custom torrc support 2019-12-10 04:52:32 -06:00
test_onionrusers.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_onionrvalues.py fixed housekeeping being broken 2020-03-03 05:55:50 -06:00
test_peerprofiles.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_random_bind_ip_setting.py remove defunct test, add random bint ip test, and fix offline mode 2020-01-27 19:32:25 -06:00
test_runtime_result.py fix cmd recommend to use f string 2020-01-29 23:22:23 -06:00
test_storagecounter.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_stringvalidations.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_template.py made better sleep ignored sleep and added test for it 2020-03-09 04:04:41 -05:00
test_timeinsert.py + added more tests 2020-03-04 01:15:58 -06:00
test_toggle_bootstrap.py added toggle bootstrap command 2019-12-29 11:33:47 -06:00
test_upload_session.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_vanity.py + added more tests 2020-03-04 01:15:58 -06:00
test_waitforsetvars.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_zfill.py + added more tests 2020-03-04 01:15:58 -06:00

README.md

Onionr Tests 📰

Onionr has two test suites, this directory's unittests and integration tests.

In these unittests, be careful to manage import order. The test home directory environment variable needs to be set before most imports.