Skip to content

Commit 6d105d7

Browse files
updating readme in accordance with new pypi package
1 parent efbf7ec commit 6d105d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PyRest is an automation framework to test REST API endpoints. This framework inc
33

44
Snapshot mode is added even for the image file comparison.
55

6+
This project uses a In-House package which is published in PyPi for more details look into [SnaPyRest Package](https://pypi.org/project/snapyrest/)
67

78
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)
89
[![Made with Python](https://img.shields.io/badge/Made%20with-Python-yellow.svg)](https://www.python.org/)
@@ -134,8 +135,8 @@ addopts = -rsxX
134135
```
135136
import allure
136137
import pytest
137-
from Library.api import Api
138-
from Library.images import Img
138+
from snapyrest.api import Api
139+
from snapyrest.images import Img
139140
```
140141

141142
* Do set the URL on which you want your automation suite to run in the `/Data/GlobalData/global_data.yml` file. You can also set add other project level data in this file and then call those by using `Var` method.

0 commit comments

Comments
 (0)