Skip to content

Commit

Permalink
explicitly bind args of cairo_run_py
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Feb 13, 2025
1 parent 26470e4 commit 5882ee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion python/cairo-addons/src/cairo_addons/testing/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def cairo_run_py(
cairo_files,
main_paths,
request,
coverage,
coverage=coverage,
)


Expand Down
2 changes: 0 additions & 2 deletions python/cairo-core/tests/src/cairo_core/test_maths.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def test_felt252_to_bytes_le_should_panic_on_wrong_output(
), cairo_error(message="felt252_to_bytes_le: bad output"):
cairo_run("test__felt252_to_bytes_le", value=value, len=len_)

@settings(verbosity=Verbosity.quiet)
def test_felt252_to_bytes_le_should_panic_on_wrong_output_noncanonical(
self, cairo_programs, cairo_run
):
Expand Down Expand Up @@ -165,7 +164,6 @@ def test_felt252_to_bytes_be_should_panic_on_wrong_output(
), cairo_error(message="felt252_to_bytes_be: bad output"):
cairo_run("test__felt252_to_bytes_be", value=value, len=len_)

@settings(verbosity=Verbosity.quiet)
def test_felt252_to_bytes_be_should_panic_on_wrong_output_noncanonical(
self, cairo_programs, cairo_run
):
Expand Down

0 comments on commit 5882ee1

Please sign in to comment.