ci: add ddt to the tests requirements and update the contributing file accordingly

This commit is contained in:
QuentinN42
2022-02-11 08:45:57 +01:00
parent e018da186e
commit 0354c335c4
2 changed files with 7 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Append GitHub Actions system path
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: pip install coveralls
- run: pip install coveralls ddt
- run: pip install .
- run: coverage run --source=yamllint -m unittest discover
- name: Coveralls