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
ppl-fasilkom-ui
2020
PPL-C
PPTI-Mobile Apps Monitoring Wabah Tuberkolosis
Neza-Backend
Commits
a0c00ef7
Commit
a0c00ef7
authored
May 27, 2020
by
Dave Nathanael
Browse files
[RED] Add test for age filter with range
parent
545a8ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/exportables/tests/test_units/test_exportables.py
View file @
a0c00ef7
...
...
@@ -208,7 +208,7 @@ class ExportableViewTest(APITestCase):
self
.
assertEqual
(
len
(
body
),
2
)
def
test_export_investigation_data_to_csv_filter_age
(
self
):
body
=
self
.
export_csv_test_util
(
"?age=21"
)
body
=
self
.
export_csv_test_util
(
"?
min_age=21&max_
age=21"
)
self
.
assertEqual
(
len
(
body
),
2
)
def
test_export_investigation_data_to_csv_filter_district
(
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