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

Minor updates to T05 (pytest)

parent b82a03c7
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -141,7 +141,7 @@ No one likes to work with someone who doesn't verify/test if their code works.}
\begin{frame}[fragile]
\frametitle{What is pytest}
\begin{itemize}
\item{pytest is a framework that maeks it easy to write small tests}
\item{pytest is a framework that makes it easy to write small tests}
\item{Similar to JUnit (Java), CppUnit (C++)}
\item{Knowledge is transferable to another xUnit framework regardless of language}
\end{itemize}
......@@ -376,7 +376,9 @@ class TestCircles:
\begin{itemize}
\item {Test all requirements in each function}
\item{Cover edge cases that may cause unintended consequences}
\item{Have an acceptable amount of \href{https://en.wikipedia.org/wiki/Code_coverage}{code coverage}}
\item{Have an acceptable amount of
\href{https://en.wikipedia.org/wiki/Code_coverage}{code coverage}}
\item{Code coverage will be covered in more detail in future lectures}
\end{itemize}
\end{frame}
......
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