Skip to content

Commit

Permalink
Merge pull request #5 from audioboxer217:feature/local_tests
Browse files Browse the repository at this point in the history
Add items for local testing
  • Loading branch information
audioboxer217 authored Sep 16, 2024
2 parents 11bd26a + d04433b commit 766ea68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"request": "launch",
"module": "flask",
"python": "${workspaceFolder}/.venv/bin/python",
"envFile": "${workspaceFolder}/frontend.env",
"env": {
"FLASK_APP": "app.py",
"FLASK_DEBUG": "1"
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
python-dotenv~=1.0.0
pytest~=8.0.0
ruff~=0.6.5

0 comments on commit 766ea68

Please sign in to comment.