Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 586 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (15 loc) · 586 Bytes

Development

We love pull requests! Here's a quick guide to general development on this project.

Setup

Developing this project requires:

Testing

Pytest is the testing framework used here. To run tests, run pytest . at the root of this repository.

Coding conventions

This project is formatted using the black project.