You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement
The dependency tree for some studies is starting to get large (Core + Umls + RxNorm), and this makes mocking out dependencies for tests complex.
In the core tests, we provide a fixture that instantiates test data and sets up the core study against it. We should have this be an importable module, and provide additional fixtures that initialize a subset of data associated with ICD/RxNorm tree traversal
Desired behavior
We don't have to copy/paste test data around between different repositories
The text was updated successfully, but these errors were encountered:
Problem Statement
The dependency tree for some studies is starting to get large (Core + Umls + RxNorm), and this makes mocking out dependencies for tests complex.
In the core tests, we provide a fixture that instantiates test data and sets up the core study against it. We should have this be an importable module, and provide additional fixtures that initialize a subset of data associated with ICD/RxNorm tree traversal
Desired behavior
We don't have to copy/paste test data around between different repositories
The text was updated successfully, but these errors were encountered: