Onionr/tests
Kevin Froman f78809fa2a added config observers, delete plaintext blocks when plaintext storage is disabled 2020-01-07 05:44:53 -06:00
..
README.md added config observers, delete plaintext blocks when plaintext storage is disabled 2020-01-07 05:44:53 -06:00
test_big_brother.py add big brother readme and test 2019-12-18 03:52:52 -06:00
test_blocks.py added tests/readme and disabled unneccesary executable bits on tests 2019-12-29 14:24:25 -06:00
test_commands_basic.py added toggle bootstrap command 2019-12-29 11:21:18 -06:00
test_config.py work on onboarding and pep8 compliance. re-worded about 2019-11-26 18:01:32 -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_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_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 updated import path in tests 2019-11-21 03:26:23 -06:00
test_keymanager.py updated import path in tests 2019-11-21 03:26:23 -06: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_peerprofiles.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_plaintext_config.py added config observers, delete plaintext blocks when plaintext storage is disabled 2020-01-07 05:44:53 -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 added config observers, delete plaintext blocks when plaintext storage is disabled 2020-01-07 05:44:53 -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 updated import path in tests 2019-11-21 03:26:23 -06:00
test_waitforsetvars.py updated import path in tests 2019-11-21 03:26:23 -06:00
test_zfill.py updated import path in tests 2019-11-21 03:26:23 -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.