skariel / webalchemy

Modern web development with Python
MIT License
346 stars 21 forks source link

Server refactoring #127

Closed aschlapsi closed 10 years ago

aschlapsi commented 10 years ago

I think this framework is awesome. I made some refactorings while I was trying to understand the code. Basically I moved the HTML generation from server.py into its own module and wrote the first tests for this part of the code.

The examples worked on my machines and the tests pass.

skariel commented 10 years ago

This is what I call functional testing... too bad they're a bit hard to automate.

Thanks!

skariel commented 10 years ago

BTW I'm huge fan of refactorings. And I know the code looks rough, so plenty of opportunity here :)