Retrieve a specific test by its ID.
Returns a Test object for the given test ID.
test = galtea.tests.get(test_id="YOUR_TEST_ID")
The ID of the test you want to retrieve.