Skip to content

Commit b6c520a

Browse files
committed
Release notes for 3.0.1
1 parent 323df0f commit b6c520a

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
========================
2+
robotstatuschecker 3.0.1
3+
========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
StatusChecker is a tool for validating that executed `Robot Framework`_ test cases
10+
have expected statuses and log messages. It is mainly useful for Robot Framework
11+
test library developers who want to use Robot Framework to also test their libraries.
12+
StatusChecker 1.4 and newer are compatible both with Python 2 and Python 3.
13+
14+
StatusChecker project is hosted at GitHub and downloads are at PyPI_
15+
.. _Robot Framework: http://robotframework.org
16+
.. _PyPI: https://github.com/robotframework/statuschecker
17+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av3.0.1
18+
19+
20+
.. contents::
21+
:depth: 2
22+
:local:
23+
24+
Most important enhancements
25+
===========================
26+
27+
RF 6.1 support (`#44`_)
28+
-----------------------
29+
When test looks like this:
30+
31+
Test
32+
[Documentation] LOG 1:1 KALA
33+
Log KALA
34+
35+
prior RF 6.1 doc was returned like: LOG 1:1 KALA, with single pace
36+
between 1.1 and KALA. But in RF 6.1 doc is returned as is. This
37+
causes problem in validation message and being backwards compatible.
38+
39+
Full list of fixes and enhancements
40+
===================================
41+
42+
.. list-table::
43+
:header-rows: 1
44+
45+
* - ID
46+
- Type
47+
- Priority
48+
- Summary
49+
* - `#44`_
50+
- bug
51+
- critical
52+
- RF 6.1 support
53+
54+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av3.0.1>`__.
55+
56+
.. _#44: https://github.com/robotframework/statuschecker/issues/44

0 commit comments

Comments
 (0)