Skip to content

Commit

Permalink
Post-review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-moz committed Jan 23, 2025
1 parent 55549e7 commit a49c29f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ jobs:
- name: Test with pytest
working-directory: ./backend
run: |
pwd
current_dir=$(pwd)
echo $current_dir
coverage run --data-file $current_dir/.coverage -m pytest --disable-warnings -s
- name: Generate code coverage report
Expand Down
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To run the tests with the pytest warnings turned off:
cd backend && python -m pytest --disable-warnings
```

If you are debugging tests and have print staements inside them, run with this option so the output appears:
If you are debugging tests and have print statements inside them, run with this option so the output appears:

```bash
cd backend && python -m pytest -s
Expand Down

0 comments on commit a49c29f

Please sign in to comment.