You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ For detailed instructions on other install options see the [Install Guide](docs/
121
121
122
122
# Example unit test packages
123
123
124
-
The below test package is a fully-functional Unit Test package for testing a `betwnstr` function.
124
+
The below test package is a fully-functional Unit Test package for testing a [`betwnstr` function](examples/between_string/betwnstr.sql).
125
125
Package specification is [annotated](docs/userguide/annotations.md) with special comments.
126
126
Annotations define that a package is a unit test suite, they also allow defining a description for the suite as well as the test itself.
127
127
Package body consists of procedures containing unit test code. To validate [an expectation](docs/userguide/expectations.md) in test, use `ut.expect( actual_data ).to_( ... )` syntax.
0 commit comments