Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 684 Bytes

File metadata and controls

28 lines (20 loc) · 684 Bytes

Issues-FS__Dev__Role__Dev

PyPI version Python 3.12+ License: Apache 2.0

Dev role helpers and automations for the Issues-FS__Dev workflow.

Installation

pip install issues-fs-dev-role-dev

Development

python -m venv .venv
source .venv/bin/activate
pip install -r requirements-test.txt
pip install -e .

Tests

pytest -q