tests/test_pixi_just_sync.py verifies that every pixi task key has a matching justfile recipe name, but does not verify that the commands are equivalent. A pixi task could silently diverge (e.g., different flags, different working directory) without the test catching it. Consider adding a second assertion that compares the effective command for each shared task.
Follow-up from #153
tests/test_pixi_just_sync.py verifies that every pixi task key has a matching justfile recipe name, but does not verify that the commands are equivalent. A pixi task could silently diverge (e.g., different flags, different working directory) without the test catching it. Consider adding a second assertion that compares the effective command for each shared task.
Follow-up from #153