We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232e49e commit 19af74eCopy full SHA for 19af74e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.0.2] - 2021-02-20
4
+- Fixed bugs in account testing that would cause login failures
5
+- Added exception handling to user account management
6
+
7
## [1.0.1] - 2021-02-15
8
- Added exception handling around redirect and SSE testing to ensure better error reporting
9
rf_protocol_validator.py
@@ -24,7 +24,7 @@
24
from assertions.constants import Result
25
from assertions.system_under_test import SystemUnderTest
26
27
-tool_version = '1.0.1'
+tool_version = '1.0.2'
28
29
30
def perform_tests(sut: SystemUnderTest):
0 commit comments