rename test_basic to test_create_flake

This commit is contained in:
Jörg Thalheim
2023-10-04 11:01:12 +02:00
parent 033bd178c3
commit e3e486b2fd

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,