tamcolors.tests.utils_tests package

Submodules

tamcolors.tests.utils_tests.compress_tests module

class tamcolors.tests.utils_tests.compress_tests.CompressTests(methodName='runTest')

Bases: unittest.case.TestCase

test_1()
test_2()
test_3()
test_4()

tamcolors.tests.utils_tests.encryption_tests module

class tamcolors.tests.utils_tests.encryption_tests.EncryptionTests(methodName='runTest')

Bases: unittest.case.TestCase

test_build_setting()
test_encrypt_decrypt()
test_init()
test_simple_encrypt_decrypt()
class tamcolors.tests.utils_tests.encryption_tests.NoEncryptionTests(methodName='runTest')

Bases: unittest.case.TestCase

test_init()

tamcolors.tests.utils_tests.identifier_tests module

class tamcolors.tests.utils_tests.identifier_tests.IdentifierTests(methodName='runTest')

Bases: unittest.case.TestCase

test_generate_identifier()
test_get_identifier_bytes()
test_globals()

tamcolors.tests.utils_tests.immutable_cache_tests module

class tamcolors.tests.utils_tests.immutable_cache_tests.DummyCache(*args, **kwargs)

Bases: tamcolors.utils.immutable_cache.ImmutableCache

class tamcolors.tests.utils_tests.immutable_cache_tests.ImmutableCacheTests(methodName='runTest')

Bases: unittest.case.TestCase

test_cache()
test_init()
test_new()

tamcolors.tests.utils_tests.log_tests module

class tamcolors.tests.utils_tests.log_tests.LogTests(methodName='runTest')

Bases: unittest.case.TestCase

test_critical()
test_debug()
static test_enable_and_disable_logging()
test_log_stream()

tamcolors.tests.utils_tests.object_packer_tests module

class tamcolors.tests.utils_tests.object_packer_tests.FastHandObjectPackerTests(methodName='runTest')

Bases: unittest.case.TestCase

test_dunder_bytes()
test_tam_color_1()
test_tam_color_2()
test_tam_surface_1()
test_tam_surface_2()
class tamcolors.tests.utils_tests.object_packer_tests.ObjectPackerFunctionsTests(methodName='runTest')

Bases: unittest.case.TestCase

test_save_and_load_data_1()
test_save_and_load_data_2()
test_save_and_load_data_3()
test_save_and_load_data_4()
test_save_and_load_int_1()
test_save_and_load_int_2()
test_save_and_load_int_3()
test_save_and_load_int_4()
class tamcolors.tests.utils_tests.object_packer_tests.ObjectPackerJsonTests(methodName='runTest')

Bases: unittest.case.TestCase

test_bool()
test_bytearray()
test_bytes()
test_dict()
test_fast_hand_object()
test_float()
test_int()
test_large_data()
test_list()
test_none()
test_set()
test_str()
test_tuple()

tamcolors.tests.utils_tests.tcp_tests module

class tamcolors.tests.utils_tests.tcp_tests.TCPObjectWrapper(methodName='runTest')

Bases: tamcolors.tests.test_multi_task_helper.MultiTaskHelper, unittest.case.TestCase

test_object_wrapper()
class tamcolors.tests.utils_tests.tcp_tests.TCPTests(methodName='runTest')

Bases: tamcolors.tests.test_multi_task_helper.MultiTaskHelper, unittest.case.TestCase

test_ping()
test_ping_ipv6()

tamcolors.tests.utils_tests.timer_tests module

class tamcolors.tests.utils_tests.timer_tests.TimerTests(methodName='runTest')

Bases: unittest.case.TestCase

test_lap()
test_offset_sleep()
test_timer()

tamcolors.tests.utils_tests.transport_optimizer_tests module

class tamcolors.tests.utils_tests.transport_optimizer_tests.TransportOptimizerTests(methodName='runTest')

Bases: unittest.case.TestCase

test_large_data()
test_large_tam_surface_data()
test_same_data()
test_simple_data()

Module contents