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: 4 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T09:46:42.000Z (about 6 years ago)
- Last Synced: 2025-01-17T07:40:25.711Z (about 1 year 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
[](https://travis-ci.org/kerryeon/test-macro)
[](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.0
exes:
- ./program
cases:
- my-settings.yaml:
- my_var1: (3, 10) # 3, 4, ..., 10
- my_var2: 2 ** (0, 3) # 1, 2, 4, 8
- my_var3:
- my_string1
- my_string2
for:
- 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)