Skip to content

Commit

Permalink
Revert RETWORKX_TEST_PRESERVE_IMAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Sep 2, 2023
1 parent 6f6e311 commit 5dd0a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ not include any way to view the images from the visualization tests.
If you want to inspect the output from the visualization tests (which is common
if you're working on visualizations) you can set the
`RUSTWORKX_TEST_PRESERVE_IMAGES` environment variable to any value and this will
`RETWORKX_TEST_PRESERVE_IMAGES` environment variable to any value and this will
skip the cleanup. This will enable you to look at the output image and ensure the
visualization is correct. For example, running:
```
RUSTWORKX_TEST_PRESERVE_IMAGES=1 nox -e test
RETWORKX_TEST_PRESERVE_IMAGES=1 nox -e test
```
will run the visualization tests and preserve the generated image files after
Expand Down

0 comments on commit 5dd0a7d

Please sign in to comment.