You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,10 +155,10 @@ class MyScript(Script):
155
155
156
156
### Testing
157
157
158
-
This repo contains a collection of both unit and integration tests. The latter need `docker`/`podman` to work.
158
+
This repo contains both unit and integration tests. The latter need `docker`/`podman` to work.
159
159
160
160
```sh
161
-
# Run the entire test suite:
161
+
# Run entire test suite:
162
162
make test
163
163
# Run only the unit tests:
164
164
make test-unit
@@ -235,10 +235,10 @@ If you are not covered under an existing maintenance/support agreement, you can
235
235
236
236
- Splunk will NOT provide support for SDKs if the core library (the code in the `/splunklib` directory) has been modified. If you modify an SDK and want support, you can find help through the broader community and [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
237
237
238
-
We would also like to know why you modified the core library, so please send feedback to <mailto:devinfo@splunk.com>.
238
+
We would also like to know why you modified the core library, so please send feedback to [devinfo@splunk.com](mailto:devinfo@splunk.com).
239
239
240
240
- File any issues on [GitHub](https://github.com/splunk/splunk-sdk-python/issues).
241
241
242
242
### Contact us
243
243
244
-
You can reach the Splunk Developer Platform team at <mailto:devinfo@splunk.com>.
244
+
You can reach the Splunk Developer Platform team at [devinfo@splunk.com](mailto:devinfo@splunk.com).
0 commit comments