tribler.test_unit.test_tribler_config ===================================== .. py:module:: tribler.test_unit.test_tribler_config Classes ------- .. autoapisummary:: tribler.test_unit.test_tribler_config.TestTriblerConfigManager Module Contents --------------- .. py:class:: TestTriblerConfigManager Bases: :py:obj:`ipv8.test.base.TestBase` Tests for the TriblerConfigManager. .. py:method:: test_get_default_fallback() -> None Test if ``get`` falls back to the default config values. .. py:method:: test_get_default_fallback_half_tree() -> None Test if ``get`` falls back to the default config values, when part of the path exists. .. py:method:: test_get_directory() -> None Test if ``get`` of a directory returns the entire dict. .. py:method:: test_get_set_explicit() -> None Test if ``get`` can retrieve explicitly set config values. .. py:method:: test_set_on_old() -> None Test if we can set a key on an old dict that is missing it. .. py:method:: test_set_ui_missing() -> None Test if we can set a key in a missing ui entry.