• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ponder-lab / Hybridize-Functions-Refactoring / #1775
76%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 06:32PM UTC
Jobs 1
Files 31
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jun 2026 06:16PM UTC coverage: 72.492%. Remained the same
#1775

push

travis-pro

web-flow
Add `runOutput` system property to execute output fixtures under `python3.10` (#577)

* Add `runOutput` system property to execute output fixtures under `python3.10`

Symmetric to the existing `edu.cuny.hunter.hybridize.tests.runInput` knob,
this gates a new block in `getFunctions` that, when on, executes each
`out/A.py` fixture under `python3.10` (installing requirements from the
sibling `in/requirements.txt`) and asserts exit 0. Verifies the refactoring
tool's "valid Python in, valid Python out" contract on the expected output
shape. Closes one half of the symmetry gap noted on PR #565: the input side
was already covered.

Default off; flip via `-Dedu.cuny.hunter.hybridize.tests.runOutput=true` once
the property forwarding from CLI to the tycho-surefire test JVM is in place.
Verified end-to-end against all 5 existing `out/A.py` fixtures (`testModel`,
`testModel21`, `testWildcardImport8`, `testWildcardImport9`,
`testWildcardImport10`) by temporarily flipping the field default; runtime
delta of about 11 seconds reflects the 5 Python executions, with all 503
tests passing.

Closes #576.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Forward `runInput`/`runOutput`/`compareOutput` from CLI to the test JVM

The three existing test-harness flags read via `Boolean.getBoolean(...)` were
gated on system properties only the forked test JVM could see, but
tycho-surefire's `<systemProperties>` block didn't forward them from the
maven CLI. Wiring all three at once via `${...}` interpolation lets
`./mvnw verify -Dedu.cuny.hunter.hybridize.tests.runOutput=true` (and the
sibling `runInput` / `compareOutput` flags) actually reach the test JVM.

Verified by running `./mvnw clean verify -pl edu.cuny.hunter.hybridize.tests
-am -Dedu.cuny.hunter.hybridize.tests.runOutput=true` — the test execution
took 38s vs the 26.5s baseline, with the +11s reflecting the five `out/A.py`
Python executions. All 503 tests pass.

Co-Authored-By: Claude Opus 4.7 (... (continued)

1207 of 1665 relevant lines covered (72.49%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1775.1 03 Jun 2026 06:32PM UTC 31
72.49
Source Files on build #1775
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 64a2168a on github
  • Prev Build on gh-readonly-queue/main/pr-579-be53cbf5bce19365547046d5610849d0c7416fdb
  • Next Build on main (#26904583230)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc