Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 813 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 813 Bytes

testing linting

learn_actions

A small repository that uses github actions for CI.

Setting up for development

To install in develop mode create a new python environment and run.

python setup.py develop

This will symlink all the python files from the current source tree into python.

Run the entire test suite with. python setup.py test

Github actions

.github/workflow contains two yamls. testing.yml runs this packages test-suite. linting.yml runs flake8. Read this for a detailed explanation of setting up CI workflows for a python project.