Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 431 Bytes

DEVELOPER_GUIDE.md

File metadata and controls

27 lines (17 loc) · 431 Bytes

Developer Guide

This guide explains how to develop pyexasol and run tests.

Initial Setup

Create a virtual environment and install dependencies:

poetry install --all-extras

Run the following to enter the virtual environment:

poetry shell

Running Integration Tests

To run integration tests first start a local database:

nox -s db-start

Then you can run tests as usual with pytest.