Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move fixtures to standalone project #341

Open
dogversioning opened this issue Jan 21, 2025 · 0 comments
Open

Move fixtures to standalone project #341

dogversioning opened this issue Jan 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dogversioning
Copy link
Contributor

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

@dogversioning dogversioning added the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant