tribler.test_unit.test_tribler_config

Classes

TestTriblerConfigManager

Tests for the TriblerConfigManager.

Module Contents

class tribler.test_unit.test_tribler_config.TestTriblerConfigManager

Bases: ipv8.test.base.TestBase

Tests for the TriblerConfigManager.

test_get_default_fallback() None

Test if get falls back to the default config values.

test_get_default_fallback_half_tree() None

Test if get falls back to the default config values, when part of the path exists.

test_get_directory() None

Test if get of a directory returns the entire dict.

test_get_set_explicit() None

Test if get can retrieve explicitly set config values.

test_set_on_old() None

Test if we can set a key on an old dict that is missing it.

test_set_ui_missing() None

Test if we can set a key in a missing ui entry.