Adds validation and testing to cover some of the common settings

This commit is contained in:
Trenton Holmes
2022-09-09 11:42:43 -07:00
parent 0bf9e55ca7
commit d408900a91
4 changed files with 140 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
from .checks import binaries_check
from .checks import paths_check
from .checks import settings_values_check
__all__ = ["binaries_check", "paths_check"]
__all__ = ["binaries_check", "paths_check", "settings_values_check"]