3 Commits (b781d0af312b6e0ef647d78cf7ff3a3e0ca6f9dc)

Author SHA1 Message Date
Michael Moese 70e1c8c5c9 New Test: check if a method is implemented for each static page
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>
4 years ago
Michael Moese b35508d02e Add a basic travis configuration
This should help us getting a basic CI running.
Disable pytest until we have some tests

Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Michael Moese 9b6798a180 Add a makefile with some default targets
Add some targets
- make help, print some usage help. Default target
- make setup to install requirements using pip (make sure to activate
  your virtual environment first)
- make test will run the tests
- make clean, just a dummy for now

Add required tools for testing and code analysis to requirements.txt

Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago