iterative/dvc

View on GitHub
dvc/testing/benchmarks/cli/commands/test_push.py

Summary

Maintainability
A
35 mins
Test Coverage
def test_push(bench_dvc, tmp_dir, dvc, make_dataset, remote):
    make_dataset(cache=True, dvcfile=True, files=False)
    bench_dvc("push")