Skip to content

Commit 91a638a

Browse files
committed
README.md changes
1 parent 1d4b62c commit 91a638a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To get help for an example, use the `--help` argument with an example:
161161
The Splunk SDK for Python contains a collection of unit tests. To run them, open a
162162
command prompt in the **/splunk-sdk-python** directory and enter:
163163

164-
make test
164+
make
165165

166166
You can also run individual test files, which are located in
167167
**/splunk-sdk-python/tests**. The following command explains how to run
@@ -172,7 +172,9 @@ a specific test:
172172
The test suite uses Python's standard library, the built-in `unittest`
173173
library, `pytest`, and `tox`.
174174

175-
**Important Note:** The test run will fail unless the
175+
**Important Notes:**
176+
177+
The test run will fail unless the
176178
[SDK App Collection](https://github.com/splunk/sdk-app-collection) is installed.
177179

178180
You can exclude app-specific tests with the following command:
@@ -182,6 +184,10 @@ You can exclude app-specific tests with the following command:
182184
You can read more about our testing framework on
183185
[GitHub](https://github.com/splunk/splunk-sdk-python/tree/master/tests).
184186

187+
In addition, the test run requires the searchcommands app to be built. The `make`
188+
command runs the tasks to do this, but more complex testing may require you to
189+
rebuild using `make build_app`.
190+
185191
## Repository
186192

187193
<table>

0 commit comments

Comments
 (0)