Skip to content

Commit 65e03e6

Browse files
committed
Add reminders
1 parent 5a0828d commit 65e03e6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

project/members/tests/test_application.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ def test_application_approve():
1717
def test_get_application_form(client):
1818
response = client.get(reverse('members-apply'))
1919
assert b'Apply for membership' in response.content
20+
21+
# TODO: Figure out a good way to submitting the form

project/members/tests/test_restapi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ def test_get_member_list_json(admin_client):
1414
)
1515
result = json.loads(response.content.decode('utf-8'))
1616
assert result['count'] > 0
17+
18+
# TODO: Figure out a good way to test the HTML API browser

0 commit comments

Comments
 (0)