Metadata-Version: 2.1
Name: splunk-add-on-ucc-modinput-test
Version: 2.0.4
Summary: Splunk Add-on SDK Modinput test framework
Home-page: https://github.com/splunk/addonfactory-ucc-test
License: Apache-2.0
Keywords: splunk,add-on,modinput,functional,pytest,framework
Author: Splunk
Author-email: addonfactory@splunk.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: certifi (>=2024.7.4)
Requires-Dist: importlib-metadata (>=6.7.0,<7.0.0)
Requires-Dist: importlib-resources (>=5.12.0,<6.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: pytest (>=7.4.4,<8.0.0)
Requires-Dist: pytz (>=2023.3,<2024.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: splunk-sdk (==2.1.0)
Requires-Dist: urllib3 (>=1.21.1,<2)
Project-URL: Repository, https://github.com/splunk/addonfactory-ucc-test
Description-Content-Type: text/markdown

# addonfactory-ucc-test

![PyPI](https://img.shields.io/pypi/v/splunk-add-on-ucc-modinput-test)
![Python](https://img.shields.io/pypi/pyversions/splunk-add-on-ucc-modinput-test.svg)

## What is AUT

It is a testing framework for functional tests for UCC based Splunk Add-ons.

## Usage

For full usage instructions, please visit the [documentation](https://splunk.github.io/addonfactory-ucc-test).

## Communication channels

If you are a Splunker use: https://splunk.enterprise.slack.com/archives/C081JT7R69Z

If you are a part of the community use: https://splunk-usergroups.slack.com/archives/C03SG3ZL4S1

## Contributing Guidelines

Go to [contributing Guidelines in the repo](docs/contributing.md) or [published version](https://splunk.github.io/addonfactory-ucc-test/contributing/).

