kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: benchmark/boom_uasyncio.py: More assert output.
rodzic
e439624748
commit
ab3198edd7
|
@ -19,7 +19,7 @@ def validate(resp):
|
|||
no = int(l.split()[1])
|
||||
seen.append(no)
|
||||
c = t.count(l + "\r\n")
|
||||
assert c == 400101
|
||||
assert c == 400101, str(c)
|
||||
assert t.endswith("=== END ===")
|
||||
|
||||
cnt += 1
|
||||
|
|
Ładowanie…
Reference in New Issue