Merge pull request 'rename test_basic to test_create_flake' (#396) from Mic92-main into main

This commit is contained in:
clan-bot
2023-10-04 09:04:09 +00:00

View File

@@ -12,7 +12,7 @@ def cli() -> Cli:
@pytest.mark.impure
def test_all(
def test_create_flake(
monkeypatch: pytest.MonkeyPatch,
temporary_dir: Path,
capsys: pytest.CaptureFixture,