mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
Critical fixes: 1. bin/tito now uses sys.exit(main()) to propagate exit codes - Previously the exit code was discarded, causing CI to pass even on failures 2. Collection errors are now counted and displayed - 'ERROR tests/...' lines (collection failures) are now tracked - Summary shows 'X errors, Y failed, Z passed' for clarity Without these fixes, CI stages could show green even when tests failed.