Skip to content

Commit 5610477

Browse files
committed
tests(cmd/_async): Add tests for async command classes
what: - Add AsyncGit tests (init, clone, status, etc.) - Add AsyncHg tests (init, clone, status, etc.) - Add AsyncSvn tests (checkout, update, status, etc.)
1 parent d34844c commit 5610477

4 files changed

Lines changed: 995 additions & 0 deletions

File tree

tests/cmd/_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 command classes."""
2+
3+
from __future__ import annotations

0 commit comments

Comments
 (0)