Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
will-o-wisp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Santino Campos
will-o-wisp
Commits
2c91a3b2
Commit
2c91a3b2
authored
Mar 06, 2020
by
Santino Campos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test to correspond to lab specs
parent
212e5d8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lab1_functional_test.py
lab1_functional_test.py
+1
-1
No files found.
lab1_functional_test.py
View file @
2c91a3b2
...
...
@@ -19,7 +19,7 @@ class NewVisitorTest(unittest.TestCase):
# She sees a list containing three heroes with their corresponding
# names, health points, and damage
self
.
assertIn
(
'<ol> <li>
Sunflowey 10HP 5DMG </li> <li> Jestey 20HP 1DMG</li> <li> Cloud 1HP 100DMG </li> </ol>
'
,
self
.
browser
.
page_source
)
self
.
assertIn
(
'<ol> <li>
Jester - Health Points 660 - Base Attack Damage 64 </li> <li> Sunflowey - Health Points 650 - Base Attack Damage - 43 </li> <li> Cloud - Health Points 600 - Base Attack Damage - 57 </li> </ol>
'
,
self
.
browser
.
page_source
)
# When she selects one of the heroes, she is sent to another page
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment