Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 878 Bytes

development.rst

File metadata and controls

24 lines (15 loc) · 878 Bytes

Setup

The Ferdelance framework is open for contributions and offer a quick development environment.

It is useful to use a local Python virtual environment, like virtualenv or conda, during the development of the library.

The repository contains a Makefile that can be used to quickly create an environment and install the framework in development mode.

To install the library in development mode, use the following command:

pip install -e ".[dev]"

To test the changes in development mode there are a number of possibilities:

  • standalone mode,
  • unit tests using pytest,
  • integration tests using Docker,
  • full development using Docker.