canonical / mir-ci

Mir CI helpers
1 stars 1 forks source link

Show more logs and switch to pytest #6

Closed wmww closed 1 year ago

wmww commented 1 year ago

This prints a nicely formatted log for each program run (even if the program exits successfully). Pretty formatting was borrowed from gtk layer shell. I also switched the recommended way of running tests to pytest, as that only shows the stdout of tests that fail. python3 -m unittest still works, but prints out all logs for all tests even if they pass.