candango / firenado

Web Framework that extends Tornado Web organizing the application, and adding extra features.
Apache License 2.0
12 stars 9 forks source link

Create a TornadoLoader test case #444

Closed piraz closed 9 months ago

piraz commented 9 months ago

The testing added by #400 is incorrect. Let's create a test that receives a TornadoLoader based on tornado.testing.AsyncHTTPTestCase.

The TornadoLoader will build and return an application to AsyncHTTPTestCase enabling us to test Firenado applications correctly.