Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7a98b commit a53cefaCopy full SHA for a53cefa
1 file changed
docs/userguide/running-unit-tests.md
@@ -84,7 +84,7 @@ begin
84
end;
85
```
86
87
-Executes all tests from all packages that are on suitepath starting with _com_.
+Executes all tests in schema `hr` from all packages that are on suitepath starting with `com`.
88
89
```sql
90
set serveroutput on
@@ -148,7 +148,7 @@ begin
148
ut.run('hr.test_apply_bonus.bonus_*');
149
150
151
-Executes all test procedures from package _hr.test_apply_bonus_ that starting with _bonus_.
+Executes test procedures with names starting with `bonus` in package `hr.test_apply_bonus` .
152
153
154
**Note:**
0 commit comments