crochet
crochet copied to clipboard
Document that running crochet tests in subclass of trial's TestCase may be a problem
This can lead to dirty reactor warnings. Suggest SynchronousTestCase instead.
More generally maybe explain issues with running Twisted tests in same process as Crochet tests.
And that you need setup(), not no_setup().