From adad0ca93fb8888af9f989aeb7ee5c8bc56c4a58 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Tue, 7 Jul 2015 19:53:45 +0300 Subject: [PATCH] doctests, unittests... --- docs/quality/index.rst | 6 +++++- docs/quality/lint_report.rst | 26 ++++++++++++++++++++++++-- docs/quality/unittests_report.rst | 2 ++ 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 docs/quality/unittests_report.rst diff --git a/docs/quality/index.rst b/docs/quality/index.rst index bfc9d89..9611927 100644 --- a/docs/quality/index.rst +++ b/docs/quality/index.rst @@ -9,6 +9,10 @@ Lint report Doctest report -------------- -.. include:: doctest_report.rst +.. include:: doctests_report.rst +Unittest report +--------------- + +.. include:: unittests_report.rst diff --git a/docs/quality/lint_report.rst b/docs/quality/lint_report.rst index 6346745..640cf06 100644 --- a/docs/quality/lint_report.rst +++ b/docs/quality/lint_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. diff --git a/docs/quality/unittests_report.rst b/docs/quality/unittests_report.rst new file mode 100644 index 0000000..559bc4e --- /dev/null +++ b/docs/quality/unittests_report.rst @@ -0,0 +1,2 @@ +This is placeholder for unittests. This should be replaced with real report when testing. +