Skip to content

Files

Latest commit

394eda9 · May 17, 2022

History

History
22 lines (14 loc) · 561 Bytes

CONTRIBUTING.rst

File metadata and controls

22 lines (14 loc) · 561 Bytes

Contributing Guidelines

Contributions, feedback, and suggestions are welcome.

Feel free to open GitHub issues or provide feeback through the FreeCAD forum here.

Installing

From the root of this repository:

pip install --editable .

How to Run Unit Tests

From the root of this repository:

python -m unittest discover -s tests -p "*_test.py"