FreeCAD: master c55a5a91

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-02-25 05:46:42 master 7d8ab175
Changeset Draft: unit tests registered in Init.py

This means that now the unit tests will run from
the console mode when using
```
FreeCADCmd -t 0
FreeCAD --console -t 0
```

This will allow us to catch errors more easily,
as we separate better the behavior of non-GUI
and GUI-required modules.

Also small spacing fixes and position of the license.
mod - src/Mod/Draft/Init.py Diff File
mod - src/Mod/Draft/InitGui.py Diff File
mod - src/Mod/Draft/TestDraft.py Diff File