aglinxinyuan commented on code in PR #4206:
URL: https://github.com/apache/texera/pull/4206#discussion_r3290935853


##########
amber/src/test/python/core/models/test_loop_operators.py:
##########
@@ -0,0 +1,424 @@
+# Licensed to the Apache Software Foundation (ASF) under one

Review Comment:
   Verified — the tests are picked up:
   
   * `amber/pyproject.toml` declares `testpaths = ["src/test/python"]`, so any 
`pytest` run from `amber/` discovers anything under `src/test/python/...`.
   * `.github/workflows/build.yml` line 626 runs `cd amber && pytest -m "not 
integration" ...` from that directory.
   * On the most recent CI run for this PR ([python 3.10 
job](https://github.com/apache/texera/actions/runs/26308949081/job/77452693976)),
 all 12 `test_loop_operators.py` tests ran and passed — grep 
`test_loop_operators` in the log returns 12 PASSED lines.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to