Skip to content

Commit 854a0fb

Browse files
Apply suggestions from code review
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
1 parent 7b827e3 commit 854a0fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pip install dataclasses
6767

6868
- name: Install pytest
69-
run: pip install pytest~=7.1
69+
run: pip install pytest~=7.0.1
7070

7171
- name: Check exercises
7272
run: |

docs/TESTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tests
22

3-
We use [pytest][Getting Started Guide] as our website test runner.
4-
You will need to install `pytest` on your development machine if you want to download and run exercise tests for the Python track locally.
3+
We use [pytest][Getting Started Guide] to automatically run the tests on our website.
4+
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.
55
You should also install the following `pytest` plugins:
66

77
- [pytest-cache][pytest-cache]

0 commit comments

Comments
 (0)