Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 762 Bytes

File metadata and controls

25 lines (15 loc) · 762 Bytes

Build Status

PySpark: unit, integration and end to end tests.

Building

Prerequisites

In order to build this project poetry and JVM 8 must be available in your environment.

Command

poetry install
poetry run ruff check
poetry run pylint --output-format=colorized --fail-under=8 src/ tests/
poetry run pycodestyle --config pycodestyle.ini src/ tests/
poetry run pytest
poetry build