diff options
author | Prabhu Ramachandran | 2017-04-14 11:48:31 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-04-14 11:48:31 +0530 |
commit | fa31458a9dd9cb5a57a99ac3a68b07f848d49b44 (patch) | |
tree | e0c6e5e4ed68268cfc8198c57bb885860010feae | |
parent | 8f66a792884c12b84b26bea603d71f9e77583bd7 (diff) | |
download | python-workshops-fa31458a9dd9cb5a57a99ac3a68b07f848d49b44.tar.gz python-workshops-fa31458a9dd9cb5a57a99ac3a68b07f848d49b44.tar.bz2 python-workshops-fa31458a9dd9cb5a57a99ac3a68b07f848d49b44.zip |
Remove some unnecessary whitespace.
-rw-r--r-- | testing/pytest.tex | 14 |
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} |