Commit0 test mode where it takes in the test names from stdin
srush opened this issue · 1 comments
srush commented
cat tests | commit0 test sympy --stdin
nanjiangwill commented
right now I implemented this option with the following logic
tests should be a file containing all test_ids we want to test on, it will be test_mod.py, testing/, or test_mod.py::test_func.
Then just run commit0 test REPO BRANCH TEST_IDS with the previous stdin
is this what you are describing? or you mean other stuff