Skip to content

Commit

Permalink
docs: Add documentation for xlsx import testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Aug 9, 2023
1 parent a1b02a5 commit f1825db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onadata/apps/api/tests/viewsets/test_xform_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4988,6 +4988,7 @@ def test_form_publishing_floip(self):
self.assertEqual(xforms + 1, XForm.objects.count())

def test_xlsx_import(self):
"""Ensure XLSX imports work as expected and dates are formatted correctly"""
with HTTMock(enketo_mock):
xls_path = os.path.join(
settings.PROJECT_ROOT,
Expand Down

0 comments on commit f1825db

Please sign in to comment.