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.
Project description
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 application 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://alttester.com/docs/sdk/latest/
Get Started
Check out the Get Started guide from the documentation.
Development
- Code Style: PEP-0008
- Docstring style: Google Style Docstrings.
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.
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 for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.