rlisagor / freshen

Clone of the Cucumber BDD framework for Python
GNU General Public License v3.0
354 stars 56 forks source link

Support asynchronous testing #25

Closed ghost closed 5 years ago

ghost commented 13 years ago

Use twisted.trial.TestCase rather then unittest.TestCase as base class for FreshenTestCase if twisted is installed. This allows for (optional) async testing with freshen.

dexterous commented 13 years ago

Hasn't this already been pulled/merged; shouldn't this be closed?