Adds validation and testing to cover some of the common settings
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user