Stream: fhirpath.js
Topic: Filenames for yaml tests
Paul Lynch (Sep 07 2018 at 15:05):
In @Nikolay Artamonov 's pull request (https://github.com/lhncbc/fhirpath.js/pull/49/files) the files have the FHIRPath section names in them. I think I started that practice initially, but then I found that the section numbers can change from one version of FHIRPath to the next. (Compare http://hl7.org/fhirpath/ with http://hl7.org/fhirpath/2018Sep/ and you will see a new section "7", among other changes. So, in my last pull request I removed the section numbers.
I am assuming that in general the master branch of fhirpath.js will be the latest version of FHIRPath we support, and we can tag a particular commit with a FHIRPath version number (and document it) so people can continue processing old FHIRPath if necessary.
Nikolay Artamonov (Sep 07 2018 at 15:38):
Ok I can remove section numbers from test file names, but we use than numbers in description of test cases
Paul Lynch (Sep 07 2018 at 15:42):
I guess we'll just update those when needed.
nicola (RIO/SS) (Sep 07 2018 at 16:33):
Let's keep numbers - they structure tests output
Paul Lynch (Sep 07 2018 at 17:31):
@nicola (RIO/SS) I assume you mean, keep the numbers inside the test files, not on the test file names.
nicola (RIO/SS) (Sep 07 2018 at 18:44):
i just want to see tests output in a right order - to compare with spec
Last updated: Apr 12 2022 at 19:14 UTC