rename test_basic to test_create_flake
All checks were successful
checks-impure / test (pull_request) Successful in 19s
checks / test (pull_request) Successful in 30s

This commit is contained in:
Jörg Thalheim 2023-10-04 11:01:12 +02:00
parent c0e2bfbcb8
commit 1575e4a391

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,