2025-05-10 21:58:58 +08:00

4 lines
100 B
Bash

#!/bin/sh
pytest | sed -e 's/\[100%\]//g' | sed -e 's/\.\.F/: FAIL/g' | sed -e 's/\.\.\./: PASS/g'