Fakultas Ilmu Komputer UI
Skip to content
GitLab
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
5a95eb73
Commit
5a95eb73
authored
Dec 22, 2019
by
Dwi Nanda Susanto
Browse files
[GREEN] debug
parent
0c0d8045
Pipeline
#27675
passed with stages
in 12 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lists/tests.py
View file @
5a95eb73
...
...
@@ -77,7 +77,7 @@ class HomePageTest(TestCase):
pass
response
=
self
.
client
.
get
(
'/'
)
self
.
assert
False
(
'itemey 1'
,
response
.
content
.
decode
(
'utf8'
))
self
.
assert
NotIn
(
'itemey 1'
,
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
.
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