splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
687 stars 369 forks source link

Mark tests as app #315

Closed amysutedja closed 4 years ago

amysutedja commented 4 years ago

Some tests require the SDK App Collection. If that set of apps does not exist, the test passes anyway but outputs a log message.

This changeset makes this requirement explicit. Failure to install the SDK App Collection will now cause test failures. You can exclude these tests by applying the new app Pytest marker.

This changeset also: