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

Skip to content

Commit 389d0d6

Browse files
committed
Update readme for annotations.
1 parent bc34a48 commit 389d0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ end payments;
146146
```
147147
A `%suitepath` can be provided in tree ways:
148148
* schema - execute all test in the schema
149-
* [schema]:suite1[.suite2][.suite3]... - execute all tests in all suites from suite1[.suite2][.suite3] path. If schema is not provided, then current schema is used. Example: `:all.rooms_tests`.
149+
* [schema]:suite1[.suite2][.suite3]...[.procedure] - execute all tests in all suites from suite1[.suite2][.suite3]...[.procedure] path. If schema is not provided, then current schema is used. Example: `:all.rooms_tests`.
150150
* [schema.]package[.procedure] - execute all tests in the test package provided. The whole hierarchy of suites in the schema is build before, all before/after hooks of partn suites for th provided suite package are executed as well. Example: `tests.test_contact.test_last_name_validator` or simply `test_contact.test_last_name_validator` if `tests` is the current schema.

0 commit comments

Comments
 (0)