mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
lots of refactoring around the menues and building out test cases
This commit is contained in:
@@ -25,13 +25,19 @@ jobs:
|
||||
- name: Install project dependencies
|
||||
run: |
|
||||
uv venv .venv
|
||||
uv pip install --python .venv/bin/python pytest
|
||||
uv pip install --python .venv/bin/python pytest pytest-cov ruff mypy
|
||||
uv pip install --python .venv/bin/python .
|
||||
|
||||
- name: Run ruff
|
||||
run: .venv/bin/ruff check hate_crack
|
||||
|
||||
- name: Run mypy
|
||||
run: .venv/bin/mypy --ignore-missing-imports hate_crack
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
HATE_CRACK_RUN_E2E: "0"
|
||||
HATE_CRACK_RUN_DOCKER_TESTS: "0"
|
||||
HATE_CRACK_RUN_LIVE_TESTS: "0"
|
||||
HATE_CRACK_SKIP_INIT: "1"
|
||||
run: .venv/bin/python -m pytest -v
|
||||
run: .venv/bin/python -m pytest
|
||||
|
||||
Reference in New Issue
Block a user