John Berryman
John Berryman
``` js var request = require('request'); describe("metric/series",function() { it("should have expected structure (2)", function(done) { request("http://example.com", function(error, response, body){ //throw "exception" done(); }); }); }); ``` This test passes. But...
For the purposes of testing and debugging it would be useful to have a global shutoff value that would cause all `@background` decorated tasks to run synchronously. [Celery has this...
autodiscover works with `INSTALLED_APPS` like `'bot.apps.BotConfig'` or `'bot'` fixes #130
If a conflict is present, then jd reports only the first it finds. Because of this my workflow is something like this: ``` sh $ jd update A conflict in...