This document has detailed instructions on how to build ydb-python-sdk from source and run style and unit tests.
git clone https://github.com/ydb-platform/ydb-python-sdkUse the command below to prepare virtualenv and to run style tests using flake8.
tox -estyleUse the command below to prepare virtualenv and to run style tests using black.
See documentation about Black project.
tox -eblackTo automatically format code using the black formatting style, use the command below.
tox -eblack-formatUse the command below to run unit tests.
tox -epy38Use the command below for regenerate protobuf code.
make protobuf