scmrepo icon indicating copy to clipboard operation
scmrepo copied to clipboard

tests: get rid of `test_clone`

Open skshetry opened this issue 3 years ago • 0 comments

This clones a remote repo. https://github.com/iterative/scmrepo/blob/dbfdb6795cfda3451dc0e6e123559637c50c4075/tests/test_scmrepo.py#L11-L18

We should replace this with tests testing:

  • [ ] clone with file://
  • [ ] clone local directory
  • [ ] clone with ssh
  • [ ] clone with http(s)
  • [ ] push_refspec with progress
  • [ ] clone with progress
  • [ ] fetch_refspec with progress

skshetry avatar Dec 22 '21 05:12 skshetry