Skip to content

Commit 64c2b53

Browse files
committed
add pytest agent
1 parent 3633f82 commit 64c2b53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
Library used only for implementors of custom listeners for ReportPortal
77

8+
89
## Allready implemented listeners:
9-
* [Robot Framework](https://github.com/reportportal/agent-Python-RobotFramework)
10+
11+
- [Robot Framework](https://github.com/reportportal/agent-Python-RobotFramework)
12+
- [PyTest Framework](https://github.com/reportportal/agent-python-pytest)
1013

1114

1215
## Installation
@@ -123,6 +126,8 @@ fl_rq = FinishExecutionRQ(end_time=timestamp(), status="PASSED")
123126
service.finish_launch(launch.id, fl_rq)
124127
```
125128

129+
126130
# Copyright Notice
131+
127132
Licensed under the [GPLv3](https://www.gnu.org/licenses/quick-guide-gplv3.html)
128133
license (see the LICENSE.txt file).

0 commit comments

Comments
 (0)