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
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-BE
Commits
d9698d98
Commit
d9698d98
authored
Apr 17, 2020
by
Usman Sidiq
Browse files
[CHORES] Delete unused app
parent
7e0f19f2
Pipeline
#40872
passed with stages
in 8 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
helloworld/tests.py
View file @
d9698d98
from
django.test
import
TestCase
from
django.http
import
HttpRequest
from
.views
import
helloworld
class
HelloWorldTest
(
TestCase
):
def
test_donation_url_exist
(
self
):
response
=
helloworld
(
HttpRequest
())
html_response
=
response
.
content
.
decode
(
'utf8'
)
self
.
assertIn
(
"Hello World1"
,
html_response
)
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