File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
import sys
20
20
import pkg_resources
21
21
22
- __version__ = '1.0.2 '
22
+ __version__ = '1.0.3 '
23
23
PACKAGE_NAME = 'iaesdk'
24
24
PACKAGE_DESC = 'Python client library for IBM Cloud Analytics Engine Services'
25
25
Original file line number Diff line number Diff line change 11
11
1. Create a `ibmanalyticsengine-service.env` file in the `ibm-iae-python-sdk` directory using `ibmanalyticsengine-service.env.hide` as an example.
12
12
1. Update `ibmanalyticsengine-service.env` file with your own **APIKEY**.
13
13
1. export your instance guid as `IBM_ANALYTICS_ENGINE_INSTANCE_GUID` environment variable.
14
- 1. Go to `/test/integartion /` directory.
14
+ 1. Go to `/test/integration /` directory.
15
15
1. Run `pytest`.
16
16
17
17
## Unit Tests
You can’t perform that action at this time.
0 commit comments