diff --git a/tests/test_parse.py b/tests/test_parse.py index 2ff184c..59e4193 100644 --- a/tests/test_parse.py +++ b/tests/test_parse.py @@ -49,6 +49,7 @@ return token +# Draws a token with a specific value but random location @composite def draw_token_by_value(draw, value): location = draw(draw_syntax_location())