Skip to content

Commit

Permalink
Update test_codes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Nov 6, 2024
1 parent 04c80dc commit 6a712b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evaluation/swe_bench/test_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ def get_test_code(instance_id: str):
'django__django-13590': custom_test_code.format(
cmd='tests/runtests.py expressions.tests.IterableLookupInnerExpressionsTests.test_complex_expressions_do_not_introduce_sql_injection_via_untrusted_string_inclusion && tests/runtests.py expressions.tests.IterableLookupInnerExpressionsTests.test_range_lookup_allows_F_expressions_and_expressions_for_integers'
),
'django__django-14787': custom_test_code.format(
cmd='tests/runtests.py decorators.tests.MethodDecoratorTests.test_new_attribute'
),
}
return test_codes.get(instance_id, '')

Expand Down

0 comments on commit 6a712b5

Please sign in to comment.