DataSets.jl icon indicating copy to clipboard operation
DataSets.jl copied to clipboard

DataSets for Testing Use Case

Open jvaverka opened this issue 3 years ago • 2 comments

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?

jvaverka avatar Aug 10 '22 21:08 jvaverka

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?

mbauman avatar Aug 10 '22 21:08 mbauman

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

jvaverka avatar Aug 10 '22 21:08 jvaverka