Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokim98/test-macro
a test automating library written in Python
https://github.com/hokim98/test-macro
python test-automation test-runner testcase testcases testmacro
Last synced: about 4 hours ago
JSON representation
a test automating library written in Python
- Host: GitHub
- URL: https://github.com/hokim98/test-macro
- Owner: HoKim98
- License: mit
- Created: 2019-12-14T11:28:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T09:46:42.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T06:54:45.394Z (7 days ago)
- Topics: python, test-automation, test-runner, testcase, testcases, testmacro
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestMacro - a test automating library written in Python
[![travis-ci](https://travis-ci.org/kerryeon/test-macro.svg?branch=master)](https://travis-ci.org/kerryeon/test-macro)
[![coveralls](https://coveralls.io/repos/github/kerryeon/test-macro/badge.svg?branch=master)](https://coveralls.io/github/kerryeon/test-macro?branch=master)Do not change the experimental conditions one by one!
TestMacro is a module that fully / semi-automates the testing and recording of results in programs.
TestMacro can:
* [x] Change `.yaml`
* [ ] Change arguments
* [x] Recode programs
* [ ] `.csv` records
* [ ] Label arguments
* [ ] Write meta file## Install TestMacro
```bash
$ pip install test-macro
```## Hello world
1. Get your own program, setting files.
2. Create `case.yml` in the path you want to execute.
```yml
%YAML:1.0exes:
- ./programcases:
- my-settings.yaml:
- my_var1: (3, 10) # 3, 4, ..., 10
- my_var2: 2 ** (0, 3) # 1, 2, 4, 8
- my_var3:
- my_string1
- my_string2for:
- record: My GUI Title
```
3. type `macro` in the path containing `case.yml`.# List of main features
TODO# License
TestMacro uses the [MIT license](https://github.com/kerryeon/test-macro/blob/master/LICENSE).(The standalone tool is under GPL2)
# Contribute
TestMacro is currently determining a pull-requests policy.If you would like to contribute now, please contact below.
# Contact
If you have any questions or want my assistance, you can email me at ho.kim at gnu ac kr.* [Ho Kim](https://github.com/kerryeon)