Using the Trial test runner results in a spinning test

Bug #926189 reported by Julian Edwards
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
testtools
Fix Released
Critical
Jonathan Lange

Bug Description

This really simple test case reproduces. Save this code as foo.py:

========
from testtools import TestCase
from testtools.deferredruntest import AsynchronousDeferredRunTest
from twisted.internet import defer

class TestMe(TestCase):
    run_tests_with = AsynchronousDeferredRunTest
    def test_reproduce_bug(self):
        return defer.succeed(None)
========

Then run with "trial foo"

Related branches

Jonathan Lange (jml)
Changed in testtools:
status: New → In Progress
importance: Undecided → Critical
assignee: nobody → Jonathan Lange (jml)
Jonathan Lange (jml)
Changed in testtools:
status: In Progress → Fix Committed
Jonathan Lange (jml)
Changed in testtools:
milestone: none → next
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.