Skip to content

Commit 8ab56a6

Browse files
authored
Added change log files for the recent PRs that missed them (#2082)
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 7572fca commit 8ab56a6

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

changes/1918.feature.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Added support for SSO Server Definitions with new classes
2+
:class:`zhmcclient.SSOServerDefinition` and
3+
:class:`zhmcclient.SSOServerDefinitionManager`.

changes/1928.feature.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Test: Added support for a new function test concept where the testcases are
2+
defined in YAML test files. The communication to the HMC is mocked using
3+
the "requests_mock" Python package, and the testcases can define any reaction
4+
of the HMC on the request. Added testcases for
5+
:class:`zhmcclient.BaseResource`, :class:`zhmcclient.User`, for exceptions
6+
from the "requests" package, and for Unicode.

changes/2077.fix.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Dev: Fixed the issue in the make targets "release_publish" and "start_tag"
2+
that manually cleaned up local release/start branches led to a failure. Local
3+
branch cleanup is now tolerated.

changes/2078.feature.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Test: Improved some settings for coverage measurement, and enabled branch
2+
coverage reporting. This lowered the overall coverage percentage somewhat.

0 commit comments

Comments
 (0)