Working on test updates

This commit is contained in:
Trenton H
2024-04-09 11:14:03 -07:00
parent 3d307adf82
commit c77f01b750
3 changed files with 189 additions and 114 deletions

View File

@@ -14,6 +14,10 @@
{
"path": "./.github",
"name": "CI/CD"
},
{
"path": "./docs",
"name": "Documentation"
}
],
@@ -27,7 +31,6 @@
"**/.venv": true,
"**/.coverage": true,
"**/coverage.json": true
},
"python.defaultInterpreterPath": "./.venv/bin/python3.exe",
}
}
}