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

consider documenting input data and/or making mock input data #190

Open
cjyetman opened this issue Mar 14, 2024 · 1 comment
Open

consider documenting input data and/or making mock input data #190

cjyetman opened this issue Mar 14, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@cjyetman
Copy link
Member

No description provided.

@jdhoffa
Copy link
Member

jdhoffa commented Mar 14, 2024

I wanted to add some of my thoughts here from my experience with r2dii:

I think that it is important to keep the concepts of unit-testing and CI/CD separate (but related) here. Some type of representative data is useful for all of those use-cases, in different capacities. Below are some thoughts:

Unit testing

CI/CD

  • With CI/CD, we are trying to prove, in an automated way, that the whole ecosystem WORKS
  • The work @AlexAxthelm has done with GH actions and Azure, running the whole shebang using the REAL azure data, does a frankly awesome job of this, and is probably sufficient there for now (though I'm sure being able to do it also in a public way is useful
  • If we want to do this using "mock data" (which would then simultaneously serve the purpose of documentation), then I think THAT mock data should live in an external package (e.g. https://github.com/RMI-PACTA/pacta.demo.data) that serves to mock ALL inputs, and that the CI/CD system can easily pick up and run the whole process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants