This is a web service for GitLab Free owners that will help you expand functionality to the Premium/Ultimate version, as well as further automate some development processes.
Docs - https://inf-inf.github.io/gitlab-wh/
granian --interface asgi --log --log-level debug --loop uvloop src/main:gitlab_wh.app
granian --interface asgi --log --log-level debug --loop auto src/main:gitlab_wh.app
With Coverage
coverage run -m pytest tests/
coverage report -m --skip-covered
./tests/integration_tests.sh