Skip to content

Commit dd45f60

Browse files
committed
tests(sync/_async): Add tests for async sync classes
what: - Add AsyncGitSync tests (obtain, update_repo, remotes) - Add AsyncHgSync tests (obtain, update_repo) - Add AsyncSvnSync tests (obtain, update_repo)
1 parent 5610477 commit dd45f60

4 files changed

Lines changed: 1002 additions & 0 deletions

File tree

tests/sync/_async/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""Tests for async sync classes."""
2+
3+
from __future__ import annotations

0 commit comments

Comments
 (0)