Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606876052-practice
Commits
af8d6030
Commit
af8d6030
authored
Sep 18, 2019
by
Rayza Arasj Mahardhika
Browse files
change functional test name
parent
01c89111
Changes
1
Hide whitespace changes
Inline
Side-by-side
functional_test.py
View file @
af8d6030
...
...
@@ -10,7 +10,7 @@ class NewVisitorTest(unittest.TestCase):
def
tearDown
(
self
):
self
.
browser
.
quit
()
def
test_can_
start_a_list_and_retrieve_it_later
(
self
):
def
test_can_
access_homepage
(
self
):
self
.
browser
.
get
(
'http://localhost:8000'
)
self
.
assertIn
(
'Rayza
\'
s Homepage'
,
self
.
browser
.
title
)
...
...
Write
Preview
Supports
Markdown
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