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
- Added ability to define [nested contexts](https://github.com/utPLSQL/utPLSQL/blob/v3.1.9/docs/userguide/annotations.md#context) within test suite [#938](https://github.com/utPLSQL/utPLSQL/issues/938)
13
+
- Added ability to [exclude tests/suites by tags](https://github.com/utPLSQL/utPLSQL/blob/v3.1.9/docs/userguide/annotations.md#excluding-testssuites-by-tags) when invoking a test-run [#1007](https://github.com/utPLSQL/utPLSQL/issues/1007)[#983](https://github.com/utPLSQL/utPLSQL/issues/983)
14
+
- Added new annotation [`--%name`](https://github.com/utPLSQL/utPLSQL/blob/v3.1.9/docs/userguide/annotations.md#name) to allow for providing custom name for contexts [#1016](https://github.com/utPLSQL/utPLSQL/issues/1016)
15
+
16
+
## Important changes
17
+
18
+
The value of `--%context` annotation is no longer representing context `name`.
19
+
This value is now context description (displayname).
20
+
With this change, the `--%context` annotation is now aligned with `--%test` and `--%suite` annotation syntax.
21
+
22
+
New annotation `--%name` was introduced to facilitate naming of contexts.
23
+
24
+
25
+
## Enhancements
26
+
27
+
- Improved documentation for running tests
28
+
- Improved documentation for tags [#1003](https://github.com/utPLSQL/utPLSQL/issues/1003)
29
+
- Improved documentation for annotations
30
+
31
+
## Bug fixes
32
+
33
+
- Fixed bug with bad stacktrace showing in failing/erroring test [#1000](https://github.com/utPLSQL/utPLSQL/issues/1000)
34
+
- Fixed issue with lack of validation for context name [#966](https://github.com/utPLSQL/utPLSQL/issues/966)
35
+
- Fixed problem with install script privilege check for installation with DDL trigger [#992](https://github.com/utPLSQL/utPLSQL/issues/992)
36
+
- Fixed issue with some common column names causing cursor comparison to fail [#997](https://github.com/utPLSQL/utPLSQL/issues/997)
37
+
- Fixed issue with invocation of standalone expectations on cursor [#998](https://github.com/utPLSQL/utPLSQL/issues/998)
38
+
39
+
## Internal improvements
40
+
41
+
- Fixed runability of utplsql self-tests [#968](https://github.com/utPLSQL/utPLSQL/issues/968)
0 commit comments