Skip to content

Commit 685ff9b

Browse files
committed
[SDK-120]: Removed integration tests, as they were failing after the changes made which invalidated the token after it's one time use. We will reinstate once we have a sandbox environment to test them on.
1 parent df1e6c8 commit 685ff9b

File tree

4 files changed

+0
-19
lines changed

4 files changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 2 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

@@ -180,7 +179,6 @@ One tool to do just this is [pyenv](https://github.com/yyuu/pyenv)
180179
1. Install Python interpreters you want to test with, e.g. `pyenv install 2.6.9`
181180
1. Install project dependencies: `pip install -r requirements.txt`
182181
1. Execute in the main project dir: `tox`
183-
1. In order to execute integration tests run: `tox pytest_integration.ini`
184182

185183
You can choose a subset of interpreters to test with by running `tox -e <testenv_version>`.
186184
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)