-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
======================== | ||
robotstatuschecker 1.5.0 | ||
======================== | ||
|
||
|
||
.. default-role:: code | ||
|
||
|
||
StatusChecker is a tool for validating that executed `Robot Framework`_ test cases | ||
have expected statuses and log messages. It is mainly useful for Robot Framework | ||
test library developers who want to use Robot Framework to also test their libraries. | ||
StatusChecker 1.4 and newer are compatible both with Python 2 and Python 3. | ||
|
||
StatusChecker project is hosted at GitHub and downloads are at PyPI_ | ||
.. _Robot Framework: http://robotframework.org | ||
.. _PyPI: https://github.com/robotframework/statuschecker | ||
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av1.5.0 | ||
|
||
|
||
.. contents:: | ||
:depth: 2 | ||
:local: | ||
|
||
Most important enhancements | ||
=========================== | ||
|
||
Broken with RF4 (`#11`_) | ||
------------------------ | ||
Fixes deprecation warning with RF 4.0 | ||
|
||
Full list of fixes and enhancements | ||
=================================== | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - ID | ||
- Type | ||
- Priority | ||
- Summary | ||
* - `#11`_ | ||
- bug | ||
- critical | ||
- Broken with RF4 | ||
|
||
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av1.5.0>`__. | ||
|
||
.. _#11: https://github.com/robotframework/statuschecker/issues/11 |