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
1506722720-practice
Commits
c10f5f99
Commit
c10f5f99
authored
Dec 22, 2019
by
Dwi Nanda Susanto
Browse files
[GREEN] debug
parent
70c89754
Pipeline
#27670
failed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lists/tests.py
View file @
c10f5f99
...
...
@@ -77,7 +77,7 @@ class HomePageTest(TestCase):
pass
response
=
self
.
client
.
get
(
'/'
)
self
.
assertNotContains
(
'itemey 1'
,
response
.
content
.
decode
(
'utf8'
))
self
.
assertNotContains
(
text
=
'itemey 1'
,
response
=
response
.
content
.
decode
(
'utf8'
))
class
ItemModelTest
(
TestCase
):
def
test_saving_and_retrieving_items
(
self
):
...
...
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