Skip to content

Commit f8e4ee9

Browse files
authored
chore(docs): fix broken images links in readme (#949)
1 parent bf46ecd commit f8e4ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ By default, JSON test fixtures are generated from this repository's Python test
123123
- `tests/shanghai` the directory containing the test cases (tells `fill` to only discover test cases in this directory; default: `tests/`).
124124

125125
Expected console output:
126-
![Screenshot of pytest test collection console output](./docs/getting_started/img/pytest_collect_only.png)
126+
![Screenshot of pytest test collection console output](./docs/filling_tests/img/pytest_collect_only.png)
127127

128128
2. Fill `state_test` fixtures for these test cases:
129129

@@ -137,7 +137,7 @@ By default, JSON test fixtures are generated from this repository's Python test
137137
- `-v` enables verbose output.
138138

139139
Expected console output:
140-
![Screenshot of fill test collection console output](./docs/getting_started/img/pytest_run_example.png)
140+
![Screenshot of fill test collection console output](./docs/filling_tests/img/pytest_run_example.png)
141141

142142
3. Verify the generated fixtures:
143143

0 commit comments

Comments
 (0)