summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-04-14 11:48:31 +0530
committerPrabhu Ramachandran2017-04-14 11:48:31 +0530
commitfa31458a9dd9cb5a57a99ac3a68b07f848d49b44 (patch)
treee0c6e5e4ed68268cfc8198c57bb885860010feae
parent8f66a792884c12b84b26bea603d71f9e77583bd7 (diff)
downloadpython-workshops-fa31458a9dd9cb5a57a99ac3a68b07f848d49b44.tar.gz
python-workshops-fa31458a9dd9cb5a57a99ac3a68b07f848d49b44.tar.bz2
python-workshops-fa31458a9dd9cb5a57a99ac3a68b07f848d49b44.zip
Remove some unnecessary whitespace.
-rw-r--r--testing/pytest.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/pytest.tex b/testing/pytest.tex
index b0d5df2..c04d77d 100644
--- a/testing/pytest.tex
+++ b/testing/pytest.tex
@@ -632,9 +632,9 @@ script:
\begin{frame}[fragile]
\frametitle{Using coverage}
\begin{lstlisting}
- $ coverage run -m pytest my_package
- $ coverage report
- $ coverage html
+$ coverage run -m pytest my_package
+$ coverage report
+$ coverage html
\end{lstlisting}%$
\end{frame}
@@ -652,10 +652,10 @@ $ coverage html
\frametitle{Using a \texttt{.coveragerc}}
Create a \typ{.coveragerc}
\begin{lstlisting}
- [run]
- source = .
- branch = True
- omit = */tests/*
+[run]
+source = .
+branch = True
+omit = */tests/*
\end{lstlisting}
\end{frame}