FEM: code conventions, update
This commit is contained in:
@@ -61,6 +61,11 @@ Test.runTestsFromModule(femtest.app.test_common)
|
||||
import Test, femtest.app.test_common
|
||||
Test.runTestsFromClass(femtest.app.test_common.TestFemCommon)
|
||||
|
||||
```
|
||||
```python
|
||||
import Test, femtest.app.test_solver_calculix
|
||||
Test.runTestsFromClass(femtest.app.test_solver_calculix.TestSolverCalculix)
|
||||
|
||||
```
|
||||
|
||||
### method
|
||||
@@ -104,6 +109,10 @@ unittest.TextTestRunner().run(alltest)
|
||||
```bash
|
||||
./bin/FreeCAD --run-test "femtest.app.test_common.TestFemCommon"
|
||||
```
|
||||
```bash
|
||||
make -j 4 && ./bin/FreeCADCmd --run-test "femtest.app.test_solver_calculix.TestSolverCalculix"
|
||||
make -j 4 && ./bin/FreeCAD --run-test "femtest.app.test_solver_calculix.TestSolverCalculix"
|
||||
```
|
||||
|
||||
### method
|
||||
|
||||
|
||||
Reference in New Issue
Block a user