summaryrefslogtreecommitdiff
path: root/internal/pipeline/pipeline_test.go
AgeCommit message (Collapse)Author
2021-07-12Add test for upAndQueue functionNick White
This involved adding a test queue, so it can be run safely without intefering with the pipeline.
2021-05-31Add a test for up(), and document download() and up() properlyNick White
2021-05-31Fix bug after changing pipeliner for tests, to ensure DeleteObjects is ↵Nick White
available to Pipeliner
2021-05-19Add tests for download()Nick White