From 83298743e49babc2692cad3ec7646512cc769b88 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Wed, 9 Aug 2023 18:04:29 +0300 Subject: [PATCH] Updated Tests (markdown) --- Tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests.md b/Tests.md index e045ce6..6e47c0b 100644 --- a/Tests.md +++ b/Tests.md @@ -4,4 +4,4 @@ Post [PR #10291](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10 Most of the tests run against a live instance of the WebUI. You can start the WebUI server with a suitable baseline configuration with the `--test-server` argument, but you may want to add e.g. `--use-cpu all --no-half` depending on your system. -Once the server is running, you can run tests with just `py.test`. +The command to run webui tests is: `python -m pytest -vv --verify-base-url test` \ No newline at end of file