Skip to content

Commit 26a5ec3

Browse files
author
Kevin Hellemun
committed
Added link to example conf & reference in main readme.
1 parent b991754 commit 26a5ec3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,8 @@ $ python3 run.py examples/api_context_save_example.py
179179

180180
Please do not forget to set the `_API_KEY` constant in
181181
`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)

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ are also tested :thumbs_up:.
3333
## Configuration
3434

3535
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.
3939

4040
## Execution
4141

0 commit comments

Comments
 (0)