Fuyukai / Kyoukai

[OLD] A fully async web framework for Python3.5+ using asyncio
https://mirai.veriny.tf
MIT License
298 stars 14 forks source link

Initial Werkzeug blueprints support #12

Closed notpushkin closed 7 years ago

notpushkin commented 7 years ago

As in #6. Very hacky right now, though.

codecov-io commented 7 years ago

Current coverage is 54.01% (diff: 0.00%)

Merging #12 into master will decrease coverage by 5.64%

@@             master        #12   diff @@
==========================================
  Files            21         23     +2   
  Lines           947       1046    +99   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            565        565          
- Misses          382        481    +99   
  Partials          0          0          

Powered by Codecov. Last update 45b3c13...1ba4fad

Fuyukai commented 7 years ago

Rebased, thanks!

I made a few tweaks due to Werkzeuginess.