Closed piraz closed 9 months ago
The testing added by #400 is incorrect. Let's create a test that receives a TornadoLoader based on tornado.testing.AsyncHTTPTestCase.
TornadoLoader
tornado.testing.AsyncHTTPTestCase
The TornadoLoader will build and return an application to AsyncHTTPTestCase enabling us to test Firenado applications correctly.
AsyncHTTPTestCase
The testing added by #400 is incorrect. Let's create a test that receives a
TornadoLoader
based ontornado.testing.AsyncHTTPTestCase
.The
TornadoLoader
will build and return an application toAsyncHTTPTestCase
enabling us to test Firenado applications correctly.