Added hostgroup tests, set the test coverage to 70%, added test packages to devcontainer

This commit is contained in:
TheNetworkGuy
2025-06-16 18:40:06 +00:00
parent dec2cf6996
commit dbc7acaf98
3 changed files with 342 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt && pip3 install --user pylint pytest"
"postCreateCommand": "pip3 install --user -r requirements.txt && pip3 install --user pylint pytest coverage pytest-cov"
// Configure tool-specific properties.
// "customizations": {},