Skip to content
Snippets Groups Projects
Commit 4cd03425 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files
parents 9dfe7a0b de49be4d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -133,7 +133,7 @@ module should consist of the following functions:
Write a third module that tests the first and second modules together. It
should be a Python file named {\tt testCircles.py}. Write a {\tt
Makefile} with a rule {\tt make test} that runs your {\tt testCircles} source
Makefile} with a rule {\tt test} that runs your {\tt testCircles} source
with the Python interpreter. Each procedure should have at least
one test case. Record your rationale for test case selection and the results of
using this module to test the procedures in the other two modules. The
......@@ -143,7 +143,7 @@ suite.
\section *{Step \refstepcounter{stepnum} \thestepnum}
Add to your makefile a rule for {\tt make doc}. This rule should compile your
Add to your makefile a rule for {\tt doc}. This rule should compile your
documentation into an html and LaTeX version. Ideally, your documentation
should be generated to the \texttt{A1} folder.
......
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