* Add initial test & add pipeline * Add very basic YAML config tests * Add coverage reporting * Add some webserver & template loading tests * Add test cases for the helpers * Implement initial OIDC server tests * Test codestore & discovery checker * Test basics of the config flow * Add test for the HA auth provider * Cleaned up tests & test injection
2 lines
65 B
Bash
Executable File
2 lines
65 B
Bash
Executable File
#! /bin/bash
|
|
uv run pytest --cov-report term:skip-covered tests/ |