Skip to content

Commit

Permalink
SMILECDR-897-get-missing-tests-acknowledgement-after-all-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amakineni committed May 23, 2024
1 parent 22c1af6 commit d24865c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/regression/missing_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ def missing_segment_test():
with open(PATH + "/regression_" + str(segments) + "_" + str(filename) + ".json", "w") as f:
json.dump(json_data, f)

print("FHIR bundle with missing segment " + filename + " were successful")

print("FHIR bundle with missing segments tests were successful")

0 comments on commit d24865c

Please sign in to comment.