From 894c26780dafb2ebf50e4e90ec3863a921474aa2 Mon Sep 17 00:00:00 2001 From: Charles McMarrow Date: Wed, 3 May 2023 16:31:45 -0500 Subject: [PATCH] [master] dec doc m (#64101) * master port * add space * Update CONTRIBUTING.rst * Update writing_tests.rst --- CONTRIBUTING.rst | 2 +- doc/topics/tutorials/writing_tests.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 42255742eb0..5903a856723 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -538,7 +538,7 @@ You can enable or disable test groups locally by passing their respected flag: * --core-tests - Tests of any speed that test the root parts of salt. * --flaky-jail - Test that need to be temporarily skipped. -In Your PR, you can enable or disable test groups by setting a label. +In your PR, you can enable or disable test groups by setting a label. All fast, slow, and core tests specified in the change file will always run. * test:no-fast diff --git a/doc/topics/tutorials/writing_tests.rst b/doc/topics/tutorials/writing_tests.rst index b0505060215..244091c663e 100644 --- a/doc/topics/tutorials/writing_tests.rst +++ b/doc/topics/tutorials/writing_tests.rst @@ -507,7 +507,7 @@ You can enable or disable test groups locally by passing there respected flag: * --core-tests * --flaky-jail -In Your PR you can enable or disable test groups by setting a label. +In your PR you can enable or disable test groups by setting a label. All thought the fast, slow and core tests specified in the change file will always run. * test:no-fast