File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -179,3 +179,8 @@ $ python3 run.py examples/api_context_save_example.py
179
179
180
180
Please do not forget to set the ` _API_KEY ` constant in
181
181
` api_context_save_example.py ` to your actual API key before running the sample!
182
+
183
+ ## Running Tests
184
+
185
+ Information regarding the test cases can be found in the [ README.md] ( ./tests/README.md )
186
+ located in [ test] ( /tests )
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ are also tested :thumbs_up:.
33
33
## Configuration
34
34
35
35
To run the tests you must first setup the test configuration JSON. The example
36
- of a configuration file is located at ` tests/assets/config.example.json ` . In
37
- order to make use of the configuration file, please copy the example to the same
38
- directory, fill in your sandbox user data and rename the copy to config.json.
36
+ of a configuration file is located at [ ` tests/assets/config.example.json ` ] ( ./assets/config.example.json ) .
37
+ In order to make use of the configuration file, please copy the example to the
38
+ same directory, fill in your sandbox user data and rename the copy to config.json.
39
39
40
40
## Execution
41
41
You can’t perform that action at this time.
0 commit comments