Skip to content

Commit

Permalink
Merge pull request #22 from MatthewCaseres/prettify-cache
Browse files Browse the repository at this point in the history
API for presenting results
  • Loading branch information
lewisfogden authored Apr 3, 2024
2 parents 5bd120f + a44c78b commit 5a13a40
Show file tree
Hide file tree
Showing 11 changed files with 1,056 additions and 1,299 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"python.analysis.extraPaths": [
"./src"
]
],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
2 changes: 2 additions & 0 deletions developer-setup/environment-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The previous install should install optional dependencies `pytest` and `pytest-c
pytest
# with coverage reporting
pytest --cov=src tests/
# get the xml
pytest --cov=src tests/ --cov-report xml
```

In the devcontainer we have act installed, allowing us to verify that pytest runs in the CI/CD pipeline as well.
Expand Down
Loading

0 comments on commit 5a13a40

Please sign in to comment.