Metadata-Version: 2.2
Name: a2y_ats
Version: 2.0.0a0
Summary: A module that implements an Auto Test System.
Home-page: http://www.kersci.com/a2y/ats.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: a2y_atsui>=1.0.0
Requires-Dist: a2y_wxtools
Requires-Dist: a2y_testparameters
Requires-Dist: a2y_paratree
Requires-Dist: a2y_handy
Requires-Dist: a2y_matplot
Requires-Dist: a2y_touch
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Python Module: a2y_ats

a2y_ats 模块提供一个自动化测试框架，使得开发人员可以专注于测试流程、内容的实现，无需为界面设计劳心劳力。

## Install

`pip install a2y_ats`

## ChangeLog

- 2024-06-27 修正一些 type hint，升级到 1.2.7。

- 2024-06-22 修正版本依赖，升级到 1.2.6。

- 2024-06-21 修订少许 bug 和拼写错误，发布版本 1.2.5。

- 2024-06-20 发布版本 1.2.4。

- 2024-05-23 给`set_prompt`成员添加`bg_color`参数，用以设定背景色。
默认值为 None，表示不改变当前背景色。版本升为 1.2.3

- 2024-05-10 给`ATSFrame`加入`cells`和`get_cell`成员，以方便访问各个`cell`。

- 2024-05-07 尝试使用新版实现，修正一些发现的 bug。
从版本 1.2.0 开始建议只在 Python3.8 或以上版本中使用。
