test_stopTestRun_current_time sometimes fails on Pypy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
testtools |
Triaged
|
High
|
Unassigned |
Bug Description
The test expects to run in 0.001s, but it runs in 0.000s. I thought this was a timing bug, but a quick glance at the test makes it look deterministic. Not 100% sure what's going on here—maybe a floating point thing?
=======
FAIL: testtools.
-------
Traceback (most recent call last):
File "testtools/
DocTestMatc
File "testtools/
raise mismatch_error
testtools.
... in 0.001s
...
Got:
<BLANKLINE>
Ran 1 test in 0.000s
OK
Ran 1196 tests in 0.987s
FAILED (failures=1)
Changed in testtools: | |
status: | New → Triaged |
importance: | Undecided → High |
https:/ /travis- ci.org/ jml/testtools/ jobs/95177983