Skip to content

Commit

Permalink
Test for issue #4 (not fixed at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
hsolbrig committed Dec 13, 2017
1 parent a3c30ec commit 89f88ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added tests/issue_tests/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions tests/issue_tests/test_issue4.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@


class Issue4TestCase(unittest.TestCase):
# This hasn't been fixed -- failure is expected
@unittest.expectedFailure
def test_decimal(self):
test_json = loads(json_data)
from fhirtordf.loaders.fhirresourceloader import FHIRResource
Expand All @@ -81,5 +83,6 @@ def test_decimal(self):
FHIR.VisionPrescription.dispense),
FHIR.VisionPrescription.dispense.add), FHIR.value))


if __name__ == '__main__':
unittest.main()

0 comments on commit 89f88ae

Please sign in to comment.