poetry install
poetry run pytest zdatasets
poetry run pytest zdatasets -k search_item (e.g., name of test)
Run all pre commit checks (isort, black, flake8, pytest)
poetry run pre-commit run --all-files
poetry build
poetry publish
See https://docs.pytest.org/en/latest/usage.html for -k options