Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 474 Bytes

DEVELOPING.md

File metadata and controls

16 lines (10 loc) · 474 Bytes

Developing CPORT

This section is still work in progress

Testing

pip install pytest
pytest

Linting

If you are using VSCode, then this extension make it easy to check for style errors.

If you are using other code editor, then install trunk locally and check the formatting of the code with trunk check and simply apply the changes with trunk fmt.