Onionr/tests
Kevin Froman 1bd0aa9419 added sneakernet auto importing
exportblocks now takes argument
2020-03-30 20:52:04 -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 fix export test to use new circle plugin name 2020-03-29 18:50:16 -05:00
README.md update tests dir readme 2020-03-19 01:38:59 -05:00
runtime-result.txt added sneakernet auto importing 2020-03-30 20:52:04 -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_block_vdf_proof.py added files for vdf proofing 2020-03-22 19:16:26 -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 added sneakernet auto importing 2020-03-30 20:52:04 -05: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 fixed forward secrecy test 2020-03-26 03:57:42 -05:00
test_get_lan_ips.py * Remove ifaddr since psutil provides access to net interfaces 2020-03-19 16:02:15 -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 added sneakernet auto importing 2020-03-30 20:52:04 -05: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 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.