File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ To get help for an example, use the `--help` argument with an example:
161161The Splunk SDK for Python contains a collection of unit tests. To run them, open a
162162command prompt in the ** /splunk-sdk-python** directory and enter:
163163
164- make test
164+ make
165165
166166You 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:
172172The test suite uses Python's standard library, the built-in ` unittest `
173173library, ` 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
178180You can exclude app-specific tests with the following command:
@@ -182,6 +184,10 @@ You can exclude app-specific tests with the following command:
182184You 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 >
You can’t perform that action at this time.
0 commit comments