Metadata-Version: 2.1
Name: altunityrunner
Version: 1.7.0
Summary: Python bindings for the AltUnity Tester framework. AltUnity Tester is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them.
Home-page: https://gitlab.com/altom/altunity/altunitytester
Author: Altom Consulting
Author-email: altunitytester@altom.fi
License: GNU GPLv3
Project-URL: Bug Tracker, https://gitlab.com/altom/altunity/altunitytester/-/issues
Project-URL: Documentation, https://altom.gitlab.io/altunity/altunitytester
Project-URL: Source, https://gitlab.com/altom/altunity/altunitytester
Description: # AltUnityTester Python Bindings
        
        This package contains an library for adding Python language binding to the AltUnity Tester framework.
        
        AltUnity Tester 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.gitlab.io/altunity/altunitytester
        
        ## Get Started
        
        Check out the [Get Started](https://altom.gitlab.io/altunity/altunitytester/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.gitlab.io/altunity/altunitytester/pages/contributing.html).
        
        ## Support
        
        Join our Google Group for questions and discussions: https://groups.google.com/a/altom.com/forum/#!forum/altunityforum
        
        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://gitlab.com/altom/altunity/altunitytester/-/blob/master/LICENSE) for more information.
        
Keywords: unity testing tests
Platform: UNKNOWN
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
