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
1606835595-practice
Commits
d3a72f5a
Commit
d3a72f5a
authored
Sep 25, 2019
by
Kevin Albert Simanjuntak
Browse files
fix conflict
parents
0b12c512
c179133a
Pipeline
#20990
passed with stage
in 1 minute and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functional_tests.py
View file @
d3a72f5a
...
...
@@ -74,6 +74,8 @@ class NewVisitorTest(unittest.TestCase):
self
.
assertIn
(
'sibuk tapi santai'
,
comment
)
else
:
self
.
assertIn
(
'oh tidak'
,
comment
)
self
.
check_for_row_in_list_table
(
'1: Buy peacock feathers'
)
self
.
check_for_row_in_list_table
(
'2: Use peacock feathers to make a fly'
)
if
__name__
==
'__main__'
:
unittest
.
main
(
warnings
=
'ignore'
)
\ No newline at end of file
lists/templates/home.html
View file @
d3a72f5a
...
...
@@ -13,7 +13,10 @@
<tr><td>
{{ forloop.counter }}: {{ item.text }}
</td></tr>
{% endfor %}
</table>
<
<<<<<<
HEAD
<
h2
id=
"comment"
>
{{comment}}
</h2>
=======
>>>>>>> c179133ab5bbcea398e11f36d4d4a6a1a65491c9
</body>
</html>
\ No newline at end of file
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