https://github.com/joshuasbrown/pycgadexample
Shows a concrete implementation of Py-CGAD
https://github.com/joshuasbrown/pycgadexample
Last synced: 3 months ago
JSON representation
Shows a concrete implementation of Py-CGAD
- Host: GitHub
- URL: https://github.com/joshuasbrown/pycgadexample
- Owner: JoshuaSBrown
- License: mit
- Created: 2021-05-29T03:53:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T20:43:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T17:27:11.751Z (5 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.codacy.com/gh/JoshuaSBrown/PyCGADExample?utm_source=github.com&utm_medium=referral&utm_content=JoshuaSBrown/PyCGADExample&utm_campaign=Badge_Grade_Settings)
[](https://www.codacy.com/gh/JoshuaSBrown/Py-CGAD_Example/dashboard?utm_source=github.com&utm_medium=referral&utm_content=JoshuaSBrown/Py-CGAD_Example&utm_campaign=Badge_Grade)# PyCGADExample
Shows a concrete implementation of Py-CGAD. The post status script is a simple
script that allows you to post the status of a given task to each commit. It
is setup in this case within the ci.To test it
```Bash
python3 -m pytest
```To see tests with printed output
```Bash
python3 -m pytest -s
```To run the post_status.py script
```Bash
PYTHONPATH=$PYTHONPATH:status python3 ./bin/post_status.py --help
```For more documentation see the wiki.