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:
161
161
The Splunk SDK for Python contains a collection of unit tests. To run them, open a
162
162
command prompt in the ** /splunk-sdk-python** directory and enter:
163
163
164
- make test
164
+ make
165
165
166
166
You can also run individual test files, which are located in
167
167
** /splunk-sdk-python/tests** . The following command explains how to run
@@ -172,7 +172,9 @@ a specific test:
172
172
The test suite uses Python's standard library, the built-in ` unittest `
173
173
library, ` pytest ` , and ` tox ` .
174
174
175
- ** Important Note:** The test run will fail unless the
175
+ ** Important Notes:**
176
+
177
+ The test run will fail unless the
176
178
[ SDK App Collection] ( https://github.com/splunk/sdk-app-collection ) is installed.
177
179
178
180
You can exclude app-specific tests with the following command:
@@ -182,6 +184,10 @@ You can exclude app-specific tests with the following command:
182
184
You can read more about our testing framework on
183
185
[ GitHub] ( https://github.com/splunk/splunk-sdk-python/tree/master/tests ) .
184
186
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
+
185
191
## Repository
186
192
187
193
<table >
You can’t perform that action at this time.
0 commit comments