A sample python unit test. More...
Public Member Functions | |
def | test_generator |
def | test_status_tracker |
def | test_threaded_generation |
A sample python unit test.
Definition at line 43 of file test_server_components.py.
def test_server_components::TestGoalIDGenerator::test_generator | ( | self | ) |
Definition at line 45 of file test_server_components.py.
def test_server_components::TestGoalIDGenerator::test_status_tracker | ( | self | ) |
Definition at line 97 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 64 of file test_server_components.py.