Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 366 Bytes

DEVELOPMENT.rst

File metadata and controls

26 lines (16 loc) · 366 Bytes

Some development notes

Running tests

export PYTHONPATH=.
pytest

Code formatting

The codebase is formatted using black. Install black using pipsi (just pip will also work):

pipsi install black

Run the following to format the code:

make format