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
Class Project
DIGIPUS
Commits
8b219a2f
Commit
8b219a2f
authored
Oct 08, 2020
by
arif teguh wangi
Browse files
[RED] add test tombol citasi
parent
21095a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/tests.py
View file @
8b219a2f
...
...
@@ -160,6 +160,9 @@ class DetailMateriTest(TestCase):
self
.
assertEqual
(
Comment
.
objects
.
all
().
filter
(
comment
=
"This is new comment by Anonymous"
).
count
(),
0
)
def
test_tombol_citasiAPA
(
self
):
response
=
self
.
client
.
get
(
self
.
url
)
self
.
assertContains
(
response
,
'Citate APA'
)
class
PostsViewTest
(
TestCase
):
...
...
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