Skip to content
Snippets Groups Projects
Commit ae8e78e7 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Clarification added in unit vnv plan for tools like flake8, linters

parent ca721532
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -95,7 +95,11 @@ This document ... \wss{provide an introductory blurb and roadmap of the
\wss{What tools are you using for automated testing. Likely a unit testing
framework and maybe a profiling tool, like ValGrind. Other possible tools
include a static analyzer, make, continuous integration tools, test coverage
tools, etc. Explain your plans for summarizing code coverage metrics.}
tools, etc. Explain your plans for summarizing code coverage metrics.
Linters are another important class of tools. For the programming language
you select, you should look at the available linters. There may also be tools
that verify that coding standards have been respected, like flake9 for
Python.}
\subsection{Non-Testing Based Verification}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment