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

DataSets for Testing Use Case #48

Open
jvaverka opened this issue Aug 10, 2022 · 2 comments
Open

DataSets for Testing Use Case #48

jvaverka opened this issue Aug 10, 2022 · 2 comments

Comments

@jvaverka
Copy link

As a user, I have a package registered on JuliaHub, and I want to upload a dataset to JuliaHub which a test script (e.g., test/runtests.jl) from my registered package can access.

Here are some questions on how this package should be setup:

  • Should my package include a Data.toml & the project be activated from the test script using DataSets.jl's API?
  • Should my package rely on DataSets.jl's global configuration instead of including a Data.toml with my package?
  • Who should be the owner of the dataset? Me or a group?
  • Is this a valid use case for DataSets.jl?
@mbauman
Copy link
Member

mbauman commented Aug 10, 2022

I think the biggest question is how you want to run the tests — is it part of a separate CI infrastructure? Or run via JuliaHub?

@jvaverka
Copy link
Author

I want to set this up to run CI via JuliaHub.

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

No branches or pull requests

2 participants