Public Member Functions | |
def | test_generator (self) |
def | test_status_tracker (self) |
def | test_threaded_generation (self) |
Definition at line 42 of file test_server_components.py.
def test_server_components.TestGoalIDGenerator.test_generator | ( | self | ) |
Definition at line 44 of file test_server_components.py.
def test_server_components.TestGoalIDGenerator.test_status_tracker | ( | self | ) |
Definition at line 96 of file test_server_components.py.
def test_server_components.TestGoalIDGenerator.test_threaded_generation | ( | self | ) |
This test checks that all the ids are generated unique. This test should fail if the synchronization is set incorrectly. @note this test is can succeed when the errors are present.
Definition at line 62 of file test_server_components.py.