mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-15 16:23:13 +00:00
doctests, unittests...
This commit is contained in:
@@ -9,6 +9,10 @@ Lint report
|
||||
Doctest report
|
||||
--------------
|
||||
|
||||
.. include:: doctest_report.rst
|
||||
.. include:: doctests_report.rst
|
||||
|
||||
Unittest report
|
||||
---------------
|
||||
|
||||
.. include:: unittests_report.rst
|
||||
|
||||
|
||||
@@ -1,2 +1,24 @@
|
||||
This is placeholder text. If you are able to see this it means that
|
||||
documentation generation systems wasn't able to run Lint.jl
|
||||
| JuliaFEM/src/abaqus_reader.jl:7 [ ] ERROR Use of undeclared symbol level
|
||||
| JuliaFEM/src/abaqus_reader.jl:34 [parse_header ] ERROR Use of undeclared symbol end
|
||||
| JuliaFEM/src/abaqus_reader.jl:47 [parse_node_section] ERROR Use of undeclared symbol end
|
||||
| JuliaFEM/src/abaqus_reader.jl:65 [parse_element_section] ERROR Use of undeclared symbol end
|
||||
| JuliaFEM/src/abaqus_reader.jl:42 [parse_node_section] INFO Argument declared but not used: header
|
||||
| JuliaFEM/src/abaqus_reader.jl:99 [process_section] INFO Argument declared but not used: section
|
||||
| JuliaFEM/src/elasticity_solver.jl:7 [ ] ERROR Use of undeclared symbol level
|
||||
| JuliaFEM/src/elasticity_solver.jl:71 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:72 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:78 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:94 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:98 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:99 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:105 [calc_local_matrices!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:301 [solve_elasticity_increment!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/elasticity_solver.jl:302 [solve_elasticity_increment!] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/interfaces.jl:7 [ ] ERROR Use of undeclared symbol level
|
||||
| JuliaFEM/src/xdmf.jl:7 [ ] ERROR Use of undeclared symbol level
|
||||
| JuliaFEM/src/xdmf.jl:97 [xdmf_new_mesh ] ERROR Use of undeclared symbol :
|
||||
| JuliaFEM/src/xdmf.jl:97 [xdmf_new_mesh ] ERROR Use of undeclared symbol end
|
||||
| JuliaFEM/src/xdmf.jl:102 [xdmf_new_field ] INFO There is only 1 key type && 1 value type. Use explicit Dict{K,V}() for better performances.
|
||||
| JuliaFEM/src/xdmf.jl:127 [xdmf_new_field ] INFO attribute is also a global, from
|
||||
|
||||
Please check.
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
This is placeholder for unittests. This should be replaced with real report when testing.
|
||||
|
||||
Reference in New Issue
Block a user