Metadata-Version: 2.1
Name: AltTester-Driver
Version: 1.8.2
Summary: Python bindings for the AltTester framework. AltTester is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them.
Home-page: https://altom.com/alttester/docs/sdk
Author: Altom Consulting
Author-email: suport.alttester@altom.com
License: GNU GPLv3
Project-URL: Bug Tracker, https://github.com/alttester/AltTester-Unity-SDK/issues
Project-URL: Documentation, https://altom.com/alttester/docs/sdk
Project-URL: Source, https://github.com/alttester/AltTester-Unity-SDK
Keywords: unity testing tests
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: C#
Classifier: Programming Language :: Java
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Software Development :: Testing :: Unit
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown

# AltTester Python Bindings

This package contains an library for adding Python language binding to the AltTester framework.

AltTester Unity SDK is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python or Java.

You can run your tests on real devices (mobile, PCs, etc.) or inside the Unity Editor.

Read the documentation on https://altom.com/alttester/docs/sdk/

## Get Started

Check out the [Get Started](https://altom.com/alttester/docs/sdk/pages/get-started.html) guide from the documentation.

## Development

* Code Style: [PEP-0008](https://www.python.org/dev/peps/pep-0008/)
* Docstring style: [Google Style Docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html).

### Running Tests

Run the following command to install the dev dependencies:

```
$ pip install -r requirements-dev.txt
```

#### Unit Tests

```
$ pytest tests/unit/
```

#### Integration Tests

```
$ pytest tests/integration/
```

## Contributing

Check out the full contributing guide [contributing](https://altom.com/alttester/docs/sdk/pages/contributing.html).

## Support

Join our Google Group for questions and discussions: https://groups.google.com/a/altom.com/g/alttesterforum

Join our Discord Server to chat with other members of the community: https://discord.gg/Ag9RSuS

## License

Distributed under the **GNU General Public License v3.0**. See [LICENSE](https://github.com/alttester/AltTester-Unity-SDK/blob/master/LICENSE) for more information.
