Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 406 Bytes

File metadata and controls

11 lines (7 loc) · 406 Bytes

Contributing to Python3 Integration Module

Thank you for your interest in contributing! Please see the shared contributing guide for all standards and processes:

Shared Contributing Guide

Module-Specific Notes

  • Python3 scripting engine integrates CPython via subprocess
  • Test with ./gradlew test — JaCoCo threshold is 0.50
  • Frontend: cd web-ui && npm test