An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2196331b2d82440c97dec358e74eb18a)](https://app.codacy.com/gh/JoshuaSBrown/PyCGADExample?utm_source=github.com&utm_medium=referral&utm_content=JoshuaSBrown/PyCGADExample&utm_campaign=Badge_Grade_Settings)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/13fb2c82625e498788eb63d06020eb7b)](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.