From 0255bfcc6cfc15cb469c898b7b0ace0af042d07e Mon Sep 17 00:00:00 2001 From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:03:56 +0000 Subject: [PATCH] README.unittests: fixup for parallelized `pytest` example (#12242) --- README.unittests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.unittests.rst b/README.unittests.rst index 66118f0c3f..07b9350378 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -49,7 +49,7 @@ database options and test selection. A generic pytest run looks like:: - pytest - n4 + pytest -n4 Above, the full test suite will run against SQLite, using four processes. If the "-n" flag is not used, the pytest-xdist is skipped and the tests will -- 2.47.3