Skip to content

Commit

Permalink
need to import Deferred and DeferredList objects to support async tes…
Browse files Browse the repository at this point in the history
…ting (refs #25)
  • Loading branch information
fgrandel committed Jun 17, 2011
1 parent 5c24a49 commit b0461bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freshen/noseplugin.py
Expand Up @@ -3,6 +3,7 @@
try:
# use twisted tests if available (support for async testing)
from twisted.trial.unittest import TestCase
from twisted.internet.defer import Deferred, DeferredList
except:
from unittest import TestCase

Expand Down

0 comments on commit b0461bc

Please sign in to comment.