Skip to content

Commit

Permalink
fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
zedy committed Feb 20, 2024
1 parent 32c5851 commit 792c7f8
Show file tree
Hide file tree
Showing 125 changed files with 25 additions and 970 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"TeamsDevApp.ms-teams-vscode-extension"
],
"settings": {
"azureFunctions.projectSubpath": "code/batch",
"azureFunctions.projectSubpath": "code/backend/batch",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.pythonPath": "/usr/local/bin/python"
}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
- name: Install dependencies
run: |
pip install -r code/requirements.txt -r code/dev-requirements.txt -r code/backend/requirements.txt
- name: Check directory into codes
run: cd codes/
- name: Run Python tests
run: python -m pytest -m "not azure"
run: cd code/; python -m pytest -m "not azure"
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"azureFunctions.deploySubpath": "code\\batch",
"azureFunctions.deploySubpath": "code\\backend\\batch",
"azureFunctions.scmDoBuildDuringDeployment": true,
"azureFunctions.pythonVenv": ".venv",
"azureFunctions.projectLanguage": "Python",
Expand Down
6 changes: 3 additions & 3 deletions azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:

services:
web:
project: ./codes
project: ./code
language: py
host: appservice
hooks:
Expand All @@ -23,11 +23,11 @@ services:
continueOnError: false

adminweb:
project: ./codes/backend
project: ./code/backend
language: py
host: appservice

function:
project: ./codes/backend/batch
project: ./code/backend/batch
language: py
host: function
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
23 changes: 0 additions & 23 deletions codes/static/assets/Azure-d0a62656.svg

This file was deleted.

10 changes: 0 additions & 10 deletions codes/static/assets/Send-a9ab2367.svg

This file was deleted.

1 change: 0 additions & 1 deletion codes/static/assets/index-3213546e.css

This file was deleted.

Loading

0 comments on commit 792c7f8

Please sign in to comment.