Skip to content

Comments

tests: rename end-to-end operator suite#13

Merged
strimo378 merged 1 commit intomainfrom
codex/expand-end-to-end-test-to-operator-tests
Jan 10, 2026
Merged

tests: rename end-to-end operator suite#13
strimo378 merged 1 commit intomainfrom
codex/expand-end-to-end-test-to-operator-tests

Conversation

@strimo378
Copy link
Contributor

Motivation

  • Rename the end-to-end operator test module to better reflect that it contains operator-specific tests and to match the project naming conventions.
  • Make the operator test suite easier to locate and identify as test_endtoend_ops.py for clarity in test runs.
  • Keep the test behavior and generated testbench checks unchanged while only moving the file.

Description

  • Rename tests/test_endtoend.py to tests/test_endtoend_ops.py preserving the full test contents.
  • The renamed file still provides _make_operator_model, _compile_and_run_testbench, the OPERATOR_CASES array, and the parameterized test_operator_c_testbench_matches_onnxruntime test.
  • No functional changes were made to test logic, model construction, or the C compiler invocation.

Testing

  • Ran pytest -q tests/test_endtoend_ops.py to validate the renamed test module.
  • All parameterized cases succeeded and the run reported 4 passed.

Codex Task

@strimo378 strimo378 merged commit fe92eb0 into main Jan 10, 2026
0 of 2 checks passed
@strimo378 strimo378 deleted the codex/expand-end-to-end-test-to-operator-tests branch January 10, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant