Skip to content

Commit 15c55c6

Browse files
committed
edits
1 parent 27d14d9 commit 15c55c6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,9 @@ The test suite uses Python's standard library, the built-in `unittest` library,
132132

133133
>**Notes:**
134134
>* The test run fails unless the [SDK App Collection](https://github.com/splunk/sdk-app-collection) app is installed.
135-
>* To exclude app-specific tests, use the following command:
136-
>
137-
> `make test_no_app`
138-
>
135+
>* To exclude app-specific tests, use the following command: `make test_no_app`
139136
>* To learn about our testing framework, see [Splunk Test Suite](https://github.com/splunk/splunk-sdk-python/tree/master/tests) on GitHub.
140-
>
141-
> In addition, the test run requires you to build the searchcommands app. The `make` command runs the tasks to do this, but more complex testing may require you to rebuild using the `make build_app` command.
137+
> In addition, the test run requires you to build the searchcommands app. The `make` command runs the tasks to do this, but more complex testing may require you to rebuild using the `make build_app` command.
142138
143139
## Repository
144140

@@ -152,7 +148,7 @@ The test suite uses Python's standard library, the built-in `unittest` library,
152148

153149
### Changelog
154150

155-
The [CHANGELOG](CHANGELOG) contains a description of changes for each version of the SDK. For the latest version, see the [CHANGELOG.md](https://github.com/splunk/splunk-sdk-python/blob/master/CHANGELOG.md) on GitHub.
151+
The [CHANGELOG](CHANGELOG.md) contains a description of changes for each version of the SDK. For the latest version, see the [CHANGELOG.md](https://github.com/splunk/splunk-sdk-python/blob/master/CHANGELOG.md) on GitHub.
156152

157153
### Branches
158154

0 commit comments

Comments
 (0)