Development Setup¶
Local development¶
Install an editable version of the executable:
When running the pydjinni
command, it will always execute the latest code in the local repository.
Testing¶
Python Tests¶
To execute the tests, first make sure that the required dependencies are installed:
The tests can then be executed with pytest
: