ccpp-framework icon indicating copy to clipboard operation
ccpp-framework copied to clipboard

Update capgen testing

Open peverwhee opened this issue 2 years ago • 2 comments

Description

A few suggested testing updates/changes:

  1. update .pylintrc file to run against any updated python files, then add linting to the github workflow
  2. Drop Travis-CI file (.travis.yml) and move those tests to the github actions workflow
  3. Possibly add a python formatter

Solution

N/A

Alternatives (optional)

N/A

Related to (optional)

N/A

peverwhee avatar Jul 10 '23 18:07 peverwhee

Just wanted to add that along with this we could expand the .github/workflows/python.yaml Github Actions workflow to make sure it tests both pre-build and capgen python codes, as well as different version of python up to 3.11.

nusbaume avatar Jul 10 '23 19:07 nusbaume