Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2aa4_cs2me3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
se2aa4_cs2me3
Commits
417458d7
Commit
417458d7
authored
7 years ago
by
Steven Palmer
Browse files
Options
Downloads
Patches
Plain Diff
Change name of testAll.py to test_All.py to work with pytest discovery
parent
bf23b0b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assignments/A2/A2.pdf
+0
-0
0 additions, 0 deletions
Assignments/A2/A2.pdf
Assignments/A2/A2.tex
+3
-3
3 additions, 3 deletions
Assignments/A2/A2.tex
with
3 additions
and
3 deletions
Assignments/A2/A2.pdf
+
0
−
0
View file @
417458d7
No preview for this file type
This diff is collapsed.
Click to expand it.
Assignments/A2/A2.tex
+
3
−
3
View file @
417458d7
...
...
@@ -123,7 +123,7 @@ this module is given at the end of the assignment.
\section
*
{
Step
\refstepcounter
{
stepnum
}
\thestepnum
}
Write a module (named
{
\tt
testAll.py
}
), using PyUnit, that tests the following
Write a module (named
{
\tt
test
\_
All.py
}
), using PyUnit, that tests the following
modules:
{
\tt
CurveADT.py
}
,
{
\tt
Data.py
}
and
{
\tt
SeqServices.py
}
. The given
makefile
{
\tt
Makefile
}
will have the rule
\texttt
{
test
}
for running your tests.
Each procedure should have at least one test case. Record your rationale for
...
...
@@ -150,7 +150,7 @@ repo. You should change these files.
\section
*
{
Step
\refstepcounter
{
stepnum
}
\thestepnum
}
Submit (add, commit and push) the files
{
\tt
CurveADT.py
}
,
{
\tt
Data.py
}
,
{
\tt
SeqServices.py
}
,
{
\tt
Plot.py
}
,
{
\tt
Load.py
}
and
{
\tt
testAll.py
}
using git.
SeqServices.py
}
,
{
\tt
Plot.py
}
,
{
\tt
Load.py
}
and
{
\tt
test
\_
All.py
}
using git.
Please
\textbf
{
do not change
}
the names and locations for the files already
given in your git project repo. You should also push any input data files you
created for testing purposes. For Part 1, the only files that you should modify
...
...
@@ -187,7 +187,7 @@ report should include the following:
\begin{enumerate}
\item
Your name and macid.
\item
Your
{
\tt
CurveADT.py
}
,
{
\tt
Data.py
}
,
{
\tt
SeqServices.py
}
,
{
\tt
Plot.py
}
,
{
\tt
Load.py
}
and
{
\tt
testAll.py
}
files.
Plot.py
}
,
{
\tt
Load.py
}
and
{
\tt
test
\_
All.py
}
files.
\item
Your partner's
{
\tt
CurveADT.py
}
,
{
\tt
Data.py
}
,
{
\tt
SeqServices.py
}
files.
\item
The results of testing your files (along with the rational for test case
selection). The summary of the results should consist of the following: the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment