Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
  • Loading branch information
BethanyG and ErikSchierboom authored Mar 30, 2022
1 parent 7b827e3 commit 854a0fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pip install dataclasses

- name: Install pytest
run: pip install pytest~=7.1
run: pip install pytest~=7.0.1

- name: Check exercises
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tests

We use [pytest][Getting Started Guide] as our website test runner.
You will need to install `pytest` on your development machine if you want to download and run exercise tests for the Python track locally.
We use [pytest][Getting Started Guide] to automatically run the tests on our website.
You will need to install `pytest` on your development machine if you want to use the CLI to download and run exercise tests for the Python track locally.
You should also install the following `pytest` plugins:

- [pytest-cache][pytest-cache]
Expand Down

0 comments on commit 854a0fb

Please sign in to comment.