brownie icon indicating copy to clipboard operation
brownie copied to clipboard

DataTransferSpeedWidget test fails

Open superbobry opened this issue 14 years ago • 1 comments

Hello, I've got the following failure wen running runtests.py -- is it an expected issue?

Code/brownie » python runtests.py
[100%] 495 of 495 ETA:  00:00:00

brownie.tests.terminal.progress.TestDataTransferSpeedWidget.update
────────────────────────────────────────────────────────────────────────────────
Traceback (most recent call last):
  File "/home/bobry/Code/brownie/brownie/tests/terminal/progress.py", line 342, in update
    Assert(speed) > 45.0
AssertionError: 43.52 <= 45.0

Failures: 1/495 (1512 assertions)

superbobry avatar Apr 14 '11 10:04 superbobry

I would really appreciate any feedback on this. I wanted to hack on import_string, which doesn't work with unicode strings on Python2.7. But I can't because of this failing test. Thanks :)

superbobry avatar Apr 29 '11 19:04 superbobry