Metadata-Version: 2.1
Name: ate
Version: 0.20.3
Summary: Automated Test Environment, a framework for building device testing quickly and consistently
Home-page: https://github.com/slightlynybbled/ate
Author: Jason R. Jones
Author-email: slightlynybbled@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: coloredlogs (>=10.0)

# Automated Test Environment (ATE)

[![Documentation Status](https://readthedocs.org/projects/ate/badge/?version=latest)](https://ate.readthedocs.io/en/latest/?badge=latest)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5a1c34e3898a43ebbdecc1b78c4cad4d)](https://www.codacy.com/app/slightlynybbled/ate?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=slightlynybbled/ate&amp;utm_campaign=Badge_Grade)

`ATE` is a hardware-oriented test environment intended for production testing in a manufacturing 
environment.  The `ATE` framework is a test template and test sequence executor only, so there 
are no considerations for user interaction, meaning that you need to supply your own "start" button.

The ATE could be considered an automated test framework which imposes a consistent work flow and
reduces the amount of mind share that you need to dedicate to developing automated device tests.

Checkout the [documentation](https://ate.readthedocs.io/en/latest/index.html) for more details!


