valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Test plan for the 0.3 series #163

Closed arteymix closed 7 years ago

arteymix commented 8 years ago

The coverage is around 53%, which is quite terrible. It is important to introduce tests that cover as many documented usage of the framework as possible.

As always, missing regions can be identified from the coverage results.

arteymix commented 8 years ago

The new Server.listen call and Server.uris property can be used to test VSGI implementations.

It would be neat to use subprocess support in GLib test framework to make actual assertion on served endpoints.

arteymix commented 8 years ago

The coverage is broken since abe14348cd7d7cad257801718a45c8a8699c6b73...

arteymix commented 7 years ago

The coverage is fine and the new features have already been tested. There's some work to do in VSGI.Application however, but that can wait.