We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a198f commit 373e890Copy full SHA for 373e890
1 file changed
tests/e2e-test/tests/test_codegen_gp_tc.py
@@ -24,7 +24,6 @@ def _timed_translation(home):
24
end = time.time()
25
logger.info(f"Translation process for uploaded files took {end - start:.2f} seconds")
26
27
-
28
@pytest.mark.parametrize("description, action", golden_path_steps, ids=[desc for desc, _ in golden_path_steps])
29
def test_codegen_golden_path(login_logout, description, action, request):
30
"""
0 commit comments