News

You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
I'm working on writing tests for a Python module that looks like this (edited for compactness and clarity, of course): try: import FreeCAD Console = FreeCAD.Console # This is a function except ...
Apparent verbose / debug output is being included into the "Test Results" output when running Python tests using unittest (the "Standard Python test framework"). Specifically, "writing more bytes!" ...