You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd,sync/_async(fix): Enable async doctests to run
why: Doctests were commented out and never executed
what:
- cmd/_async/git.py: Use tmp_path and create_git_remote_repo fixtures
- cmd/_async/hg.py: Use create_hg_remote_repo fixture
- cmd/_async/svn.py: Use create_svn_remote_repo fixture
- sync/_async/git.py: Use create_git_remote_repo fixture
- sync/_async/hg.py: Use create_hg_remote_repo fixture
- sync/_async/svn.py: Use create_svn_remote_repo fixture
All doctests now actually run and test real functionality.
0 commit comments