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 21462fc commit cd3e2b9Copy full SHA for cd3e2b9
1 file changed
docs/userguide/running-unit-tests.md
@@ -120,14 +120,6 @@ end;
120
```
121
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
122
123
-```sql linenums="1"
124
-set serveroutput on
125
-begin
126
- ut.run(ut_varchar2_list('hr.test_apply_bonus,cust)');
127
-end;
128
-```
129
-
130
-Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
131
132
```sql linenums="1"
133
set serveroutput on
@@ -566,4 +558,4 @@ Example call with characterset provided:
566
558
begin
567
559
ut.run('hr.test_apply_bonus', ut_junit_reporter(), a_client_character_set => 'Windows-1251');
568
560
end;
569
561
+```
0 commit comments