File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
yoti_python_sdk/tests/integration Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ Run your project but please make sure you have all the correct requirements:
151
151
1 . Install dependencies: ` pip install -r requirements.txt `
152
152
2 . Install the SDK: ` python setup.py develop `
153
153
3 . Execute in the main project dir: ` py.test `
154
- 4 . To execute integration tests run: ` py.test -c pytest_integration.ini `
155
154
156
155
## API Coverage
157
156
@@ -167,7 +166,6 @@ Run your project but please make sure you have all the correct requirements:
167
166
* [X] Address ` postal_address `
168
167
* [X] Gender ` gender `
169
168
* [X] Nationality ` nationality `
170
- * [X]
171
169
172
170
173
171
## Version Support
@@ -181,7 +179,6 @@ One tool to do just this is [pyenv](https://github.com/yyuu/pyenv)
181
179
1 . Install Python interpreters you want to test with, e.g. ` pyenv install 2.6.9 `
182
180
1 . Install project dependencies: ` pip install -r requirements.txt `
183
181
1 . Execute in the main project dir: ` tox `
184
- 1 . In order to execute integration tests run: ` tox pytest_integration.ini `
185
182
186
183
You can choose a subset of interpreters to test with by running ` tox -e <testenv_version> ` .
187
184
For a list of ` <testenv_versions> ` see ` tox.ini ` . Example: ` tox -e py26 ` would run the
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments