We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a156da2 commit 9561066Copy full SHA for 9561066
libs/core/test/prep_step
@@ -16,11 +16,11 @@
16
#
17
18
# core::test::prep_step
19
-# Executes a preparational step and reports success/failure with distinct formatting.
+# Executes a preparation step and reports success/failure with distinct formatting.
20
21
# Description:
22
# This function executes a command intended for test setup/preparation (e.g., creating users,
23
-# setting up files, etc.). Unlike assertions, preparational steps are not test validations
+# setting up files, etc.). Unlike assertions, preparation steps are not test validations
24
# themselves, but are necessary for the test to run. Failures are reported with a distinct
25
# visual indicator to differentiate them from assertion failures.
26
0 commit comments