Coverage for .nox/test-3-9/lib/python3.9/site-packages/nskit/vcs/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.2, created at 2024-02-25 17:38 +0000

1"""VCS and Codebase handlers for creating repo (and build) infrastructure.""" 

2from nskit.vcs.codebase import Codebase # noqa: F401 

3from nskit.vcs.namespace_validator import ( # noqa: F401 

4 NamespaceOptionsType, 

5 NamespaceValidator, 

6) 

7from nskit.vcs.repo import Repo # noqa: F401