Instead of checking for the presence of methods, check if the web
application correctly sets up the routing for the static pages.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
Test the generation of routes from the markdown input files stored
under pages.
Currently only the routing is tested, not the contents of the files.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
We need to route an endpoint for each statically defined web page, so
let's check if we have this defined for each html file in template,
except for pages.html and template.html.
Signed-off-by: Michael Moese <mmoese@suse.com>