Refactor and add much more robust tests (both automated and manual) to ensure loops and things work ok
This commit is contained in:
parent
3af628e22e
commit
d7c71f6349
17 changed files with 2126 additions and 91 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
black pyflakes3 python3-bandit
|
||||
black pyflakes3 python3-bandit vulture
|
||||
|
||||
- name: Run linters
|
||||
run: |
|
||||
|
|
@ -24,3 +24,4 @@ jobs:
|
|||
pyflakes3 src/*
|
||||
pyflakes3 tests/*
|
||||
bandit -s B110 -r src/
|
||||
vulture .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue