FreeCAD/src/Mod
Bruce Lacey 272cbd198d Exit with non-zero status when unit tests fail.
1.  Enhanced TestApp.py to return the unittest TestResult object to the calling method
2.  FreeCADTest.py now checks the TestResult object.  If all tests pass, FreeCADTest.py exits with a 0 however if any tests fail, then it exits with 1.  FreeCADTest.py calls os._exit() with the exit code instead of sys.exit() because Base::Interpreter:SystemExitException intercepts sys.exit() calls and swallows the exit code so there is no way to propogate the non-zero code from the python test cases through the interpreter to the shell in the current call stack.
2016-03-09 21:57:57 -08:00
..
Arch Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Assembly Added slovenian language 2016-02-03 13:36:51 -02:00
Cam Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Complete Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Draft Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Drawing Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Fem FEM: fix translation issue of FEM Menue 2016-03-09 18:52:22 +01:00
Idf Make Idflibs consistent for installed and uninstalled builds 2015-12-10 16:37:25 -05:00
Image Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Import + code clean-up 2016-01-21 16:43:27 +01:00
Inspection + fix build failure with gcc 2016-02-29 19:36:22 +01:00
JtReader
Material Add cmake checks for BUILD_GUI to some modules 2016-02-13 13:45:27 +13:00
Mesh Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
MeshPart Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
OpenSCAD Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Part Part: JoinFeatures UI improvements 2016-03-08 12:00:19 +01:00
PartDesign Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Path Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Plot Add SVG workbench icons 2016-02-26 23:17:43 +01:00
Points Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Raytracing Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
ReverseEngineering + remove extra qualification on normalEstimation 2016-03-09 18:57:36 +01:00
Robot Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Sandbox Fix remaining toAscii/fromAscii 2016-02-24 23:56:43 +01:00
Ship Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
Sketcher + issue #0001203: Allow User to Adjust Size of Constraint Points 2016-03-08 00:31:50 +01:00
Spreadsheet + fix unit tests for spreadsheet 2016-03-09 17:03:48 +01:00
Start Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
TemplatePyMod + support of checkable commands 2015-08-25 18:01:37 +02:00
Test Exit with non-zero status when unit tests fail. 2016-03-09 21:57:57 -08:00
Web Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
__init__.py
.gitattributes
CMakeLists.txt + remove option to build deprecated cam module 2015-08-01 10:47:46 +02:00
mod.dox