What do people do for tests that run on some datas...
# general
b
What do people do for tests that run on some dataset that that is not part of the repo? We have a test that first downloads data (using some shell script) from our blob store before running a test suite. How can I do this in Pants?
👀
resources
?
w
yes: or
file
, likely with an `http_source`: https://www.pantsbuild.org/v2.16/docs/reference-file
b
Okay. What about unpacking some tarball and moving files around to the right location... Currently we run some scripts that do this. What is the Pants way?
w
b
Great. Thanks Stu.