Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a53cefa

Browse files
authored
Apply suggestions from code review
1 parent ee7a98b commit a53cefa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguide/running-unit-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ begin
8484
end;
8585
```
8686

87-
Executes all tests from all packages that are on suitepath starting with _com_.
87+
Executes all tests in schema `hr` from all packages that are on suitepath starting with `com`.
8888

8989
```sql
9090
set serveroutput on
@@ -148,7 +148,7 @@ begin
148148
ut.run('hr.test_apply_bonus.bonus_*');
149149
end;
150150
```
151-
Executes all test procedures from package _hr.test_apply_bonus_ that starting with _bonus_.
151+
Executes test procedures with names starting with `bonus` in package `hr.test_apply_bonus` .
152152

153153

154154
**Note:**

0 commit comments

Comments
 (0)