Skip to content

Commit

Permalink
chore(docs): fix broken images links in readme (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeDavin authored Nov 12, 2024
1 parent bf46ecd commit f8e4ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ By default, JSON test fixtures are generated from this repository's Python test
- `tests/shanghai` the directory containing the test cases (tells `fill` to only discover test cases in this directory; default: `tests/`).

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

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

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

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

3. Verify the generated fixtures:

Expand Down

0 comments on commit f8e4ee9

Please sign in to comment.