From 5dd0a7d96df5e7a243b6a0f120050645450cdb36 Mon Sep 17 00:00:00 2001 From: Ivan Carvalho Date: Sat, 2 Sep 2023 15:18:56 -0400 Subject: [PATCH] Revert RETWORKX_TEST_PRESERVE_IMAGES --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edc189589..5a3f7576b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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