inferno-framework / inferno-core

Core library for the Inferno Framework
https://inferno-framework.github.io/
Apache License 2.0
24 stars 5 forks source link

Give more info on why a specific item is being referenced #346

Open dletter opened 1 year ago

dletter commented 1 year ago

In some of the tests, I would assume it is choosing a specific item to pull because of data in a previous item pulled.

IE, for the organization test, if it is pulling "Organization/27", if I am wondering "why did it choose that one?", there are so many other things prior, it is hard to determine where the Inferno test might have seen "Organization/27" before. If these type of tests where it is being called because of a previous reference could state where that reference was, that would be helpful.

yunwwang commented 1 year ago

Hello @dletter :

This FAQ may answer your question: https://github.com/onc-healthit/onc-certification-g10-test-kit/wiki/FAQ#q-how-does-inferno-test-us-core-organization-resource

If you need more clarification, please let me know.

Thanks