bin.name = "typos" stdin = "" stdout = """ error: `WRONLY` should be `WRONGLY` --> ./sample.py:5:12 | 5 | print(os.O_WRONLY) # should work | ^^^^^^ | """ stderr = "" status.code = 2