Skip to content

Commit

Permalink
feat: more questionnaires
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Nov 21, 2024
1 parent a1882dc commit 8fedd82
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 104 deletions.
5 changes: 4 additions & 1 deletion tests/test_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class ConversionsTest(TestCase):
def test_convert_generic(self):
def test_convert_scores(self):
responses = parse_tc("fixtures")
self.assertIn("questionnaireresponse.csv", responses)
expectations = {
Expand Down Expand Up @@ -103,6 +103,9 @@ def test_convert_generic(self):
with self.subTest(q_name=q_code):
self.fail(f"Did not find a {q_code} row to test in data.")

def test_convert_display_values(self):
raise NotImplementedError

def test_extract_info(self):
qr_file = "fixtures/patient.csv"
with open(qr_file, "r") as f:
Expand Down
Loading

0 comments on commit 8fedd82

Please sign in to comment.