Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 285 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 285 Bytes

Contirbuting

Install in development mode

pip install -e ."[dev]"

Pytest

pytest -n auto -rA --lf -c pyproject.toml --cov-report term-missing --cov=matpowercaseframes tests/

Pre-Commit

pre-commit install
pre-commit run --all-files