Skip to content

Commit d07020e

Browse files
authored
Merge pull request #4 from getyoti/Integration_Tests
[SDK-120]: Removed integration tests
2 parents c91b8bc + 685ff9b commit d07020e

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ Run your project but please make sure you have all the correct requirements:
151151
1. Install dependencies: `pip install -r requirements.txt`
152152
2. Install the SDK: `python setup.py develop`
153153
3. Execute in the main project dir: `py.test`
154-
4. To execute integration tests run: `py.test -c pytest_integration.ini`
155154

156155
## API Coverage
157156

@@ -167,7 +166,6 @@ Run your project but please make sure you have all the correct requirements:
167166
* [X] Address `postal_address`
168167
* [X] Gender `gender`
169168
* [X] Nationality `nationality`
170-
* [X]
171169

172170

173171
## Version Support
@@ -181,7 +179,6 @@ One tool to do just this is [pyenv](https://github.com/yyuu/pyenv)
181179
1. Install Python interpreters you want to test with, e.g. `pyenv install 2.6.9`
182180
1. Install project dependencies: `pip install -r requirements.txt`
183181
1. Execute in the main project dir: `tox`
184-
1. In order to execute integration tests run: `tox pytest_integration.ini`
185182

186183
You can choose a subset of interpreters to test with by running `tox -e <testenv_version>`.
187184
For a list of `<testenv_versions>` see `tox.ini`. Example: `tox -e py26` would run the

pytest_integration.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

yoti_python_sdk/tests/integration/__init__.py

Whitespace-only changes.

yoti_python_sdk/tests/integration/test_client.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)