![]() |
Terarea
2
The automation project
|
Functions | |
None | test_log_types () |
None | test_error_codes () |
None | test_error_level () |
None | test_error_messages () |
None | test_log_equivalence () |
None | test_log_message_equivalence () |
None | test_list_type_equivalence () |
None | test_list_code_equivalence () |
None | test_list_info_equivalence () |
None | test_list_msg_equivalence () |
None | test_spaceship_less_than () |
None | test_spaceship_equal () |
None | test_spaceship_greater_than () |
None | test_spaceship_negative_comparison () |
None | test_spaceship_zero_comparison () |
None | test_spaceship_float_comparison () |
None | test_spaceship_string_comparison () |
Variables | |
ERROR = TCONST.ERROR | |
SUCCESS = TCONST.SUCCESS | |
DEBUG = TCONST.DEBUG | |
spaceship = ACONST._spaceship | |
_summary_ File in charge of testing the variables class
None test_actions_constants.test_error_codes | ( | ) |
_summary_ Function in charge of testing the error codes.
Definition at line 49 of file test_actions_constants.py.
None test_actions_constants.test_error_level | ( | ) |
_summary_ Function in charge of testing the error levels.
Definition at line 63 of file test_actions_constants.py.
None test_actions_constants.test_error_messages | ( | ) |
_summary_ Function in charge of testing the error messages.
Definition at line 77 of file test_actions_constants.py.
None test_actions_constants.test_list_code_equivalence | ( | ) |
_summary_ Function in charge of testing the list code equivalence.
Definition at line 146 of file test_actions_constants.py.
None test_actions_constants.test_list_info_equivalence | ( | ) |
_summary_ Function in charge of testing the list info equivalence.
Definition at line 162 of file test_actions_constants.py.
None test_actions_constants.test_list_msg_equivalence | ( | ) |
_summary_ Function in charge of testing the list message equivalence.
Definition at line 178 of file test_actions_constants.py.
None test_actions_constants.test_list_type_equivalence | ( | ) |
_summary_ Function in charge of testing the list type equivalence.
Definition at line 123 of file test_actions_constants.py.
None test_actions_constants.test_log_equivalence | ( | ) |
_summary_ Function in charge of testing the error equivalence.
Definition at line 91 of file test_actions_constants.py.
None test_actions_constants.test_log_message_equivalence | ( | ) |
_summary_ Function in charge of testing the error message equivalence.
Definition at line 107 of file test_actions_constants.py.
None test_actions_constants.test_log_types | ( | ) |
_summary_ Function in charge of testing the log types.
Definition at line 28 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_equal | ( | ) |
_summary_ Function in charge of testing the spaceship equal operator.
Definition at line 201 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_float_comparison | ( | ) |
_summary_ Function in charge of testing the spaceship float comparison.
Definition at line 229 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_greater_than | ( | ) |
_summary_ Function in charge of testing the spaceship greater than operator.
Definition at line 208 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_less_than | ( | ) |
_summary_ Function in charge of testing the spaceship less than operator.
Definition at line 194 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_negative_comparison | ( | ) |
_summary_ Function in charge of testing the spaceship negative comparison.
Definition at line 215 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_string_comparison | ( | ) |
_summary_ Function in charge of testing the spaceship string
Definition at line 238 of file test_actions_constants.py.
None test_actions_constants.test_spaceship_zero_comparison | ( | ) |
_summary_ Function in charge of testing the spaceship zero comparison.
Definition at line 222 of file test_actions_constants.py.
test_actions_constants.DEBUG = TCONST.DEBUG |
Definition at line 23 of file test_actions_constants.py.
test_actions_constants.ERROR = TCONST.ERROR |
Definition at line 21 of file test_actions_constants.py.
test_actions_constants.spaceship = ACONST._spaceship |
Definition at line 25 of file test_actions_constants.py.
test_actions_constants.SUCCESS = TCONST.SUCCESS |
Definition at line 22 of file test_actions_constants.py.