tamcolors.tests.tam_io_tests package¶
Submodules¶
tamcolors.tests.tam_io_tests.any_drivers_tests module¶
-
class
tamcolors.tests.tam_io_tests.any_drivers_tests.AnyIOTests(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test_get_dimensions()¶
-
test_get_io()¶
-
test_get_key()¶
-
test_get_modes()¶
-
static
test_reset_colors_to_console_defaults()¶
-
test_set_slash_get_mode()¶
-
static
test_set_tam_color_defaults()¶
-
-
tamcolors.tests.tam_io_tests.any_drivers_tests.get_any_io()¶
tamcolors.tests.tam_io_tests.io_tam_tests module¶
tamcolors.tests.tam_io_tests.tam_buffer_tests module¶
-
class
tamcolors.tests.tam_io_tests.tam_buffer_tests.TAMBufferTests(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test_buffer_eq()¶
-
test_buffer_eq_2()¶
-
test_buffer_eq_3()¶
-
test_buffer_eq_4()¶
-
test_buffer_eq_5()¶
-
test_buffer_init()¶
-
test_buffer_len()¶
-
test_buffer_len_2()¶
-
test_buffer_len_3()¶
-
test_buffer_len_4()¶
-
test_buffer_ne()¶
-
test_buffer_ne_2()¶
-
test_buffer_ne_3()¶
-
test_buffer_ne_4()¶
-
test_buffer_str()¶
-
test_buffer_str_2()¶
-
test_buffer_str_3()¶
-
test_clear()¶
-
test_copy()¶
-
test_copy_2()¶
-
test_draw_onto()¶
-
test_draw_onto_2()¶
-
test_draw_onto_3()¶
-
test_draw_onto_4()¶
-
test_draw_onto_5()¶
-
test_draw_onto_6()¶
-
test_draw_onto_7()¶
-
test_draw_onto_8()¶
-
test_get_cross_rect()¶
-
test_get_cross_rect_2()¶
-
test_get_defaults()¶
-
test_get_dimensions()¶
-
test_get_dimensions_2()¶
-
test_get_dimensions_3()¶
-
test_get_from_raw_spot()¶
-
test_get_raw_buffers()¶
-
test_get_raw_buffers_2()¶
-
test_get_raw_spot()¶
-
test_get_spot()¶
-
test_replace_alpha_chars_1()¶
-
test_replace_alpha_chars_2()¶
-
test_replace_alpha_chars_3()¶
-
test_set_defaults_and_clear()¶
-
test_set_defaults_and_clear_2()¶
-
test_set_dimensions_and_clear()¶
-
test_set_dimensions_and_clear_2()¶
-
test_set_spot()¶
-
test_set_spot_2()¶
-
test_set_spot_3()¶
-
test_set_spot_4()¶
-
test_set_spot_5()¶
-
test_set_spot_6()¶
-
test_set_spot_7()¶
-
test_set_spot_8()¶
-
test_set_spot_9()¶
-
tamcolors.tests.tam_io_tests.tam_colors_tests module¶
-
class
tamcolors.tests.tam_io_tests.tam_colors_tests.ColorTests(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test_color_eq()¶
-
test_color_eq_2()¶
-
test_color_eq_3()¶
-
test_color_init()¶
-
test_color_init_2()¶
-
test_color_ne()¶
-
test_color_ne_2()¶
-
test_get_property()¶
-
test_get_property_2()¶
-
tamcolors.tests.tam_io_tests.tam_keys_tests module¶
tamcolors.tests.tam_io_tests.tam_standard_tests module¶
tamcolors.tests.tam_io_tests.uni_drivers_tests module¶
-
class
tamcolors.tests.tam_io_tests.uni_drivers_tests.UniIOTests(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test_able_to_execute()¶
-
test_clear()¶
-
static
test_done()¶
-
test_get_dimensions()¶
-
test_get_key()¶
-
test_get_key_2()¶
-
test_get_key_3()¶
-
test_get_key_4()¶
-
test_get_key_5()¶
-
test_get_key_dict()¶
-
test_get_modes()¶
-
static
test_hide_console_cursor()¶
-
test_set_slash_get_mode()¶
-
static
test_show_console_cursor()¶
-
static
test_start()¶
-
-
tamcolors.tests.tam_io_tests.uni_drivers_tests.get_uni_io()¶
tamcolors.tests.tam_io_tests.win_drivers_tests module¶
-
class
tamcolors.tests.tam_io_tests.win_drivers_tests.WinDriversTests(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test__console_color_count()¶
-
test__draw_16()¶
-
static
test__draw_2()¶
-
test__get_buffer_dimension()¶
-
static
test__print()¶
-
static
test__print_2()¶
-
static
test__print_3()¶
-
test__processes_special_color_1()¶
-
test__processes_special_color_2()¶
-
test__processes_special_color_3()¶
-
test__processes_special_color_4()¶
-
test__processes_special_color_5()¶
-
test__processes_special_color_6()¶
-
test__spot_swap()¶
-
test_able_to_execute()¶
-
test_done()¶
-
test_get_dimensions()¶
-
test_get_key()¶
-
test_get_key_2()¶
-
test_get_key_3()¶
-
test_get_key_4()¶
-
test_get_key_5()¶
-
test_get_key_dict()¶
-
test_get_modes()¶
-
test_reset_colors_to_console_defaults()¶
-
test_set_slash_get_mode()¶
-
test_set_tam_color_defaults()¶
-
test_start()¶
-
-
class
tamcolors.tests.tam_io_tests.win_drivers_tests.WinGlobalsTests(methodName='runTest')¶ Bases:
unittest.case.TestCase-
test_win_stable()¶
-
-
tamcolors.tests.tam_io_tests.win_drivers_tests.get_win_io()¶