Merge pull request 'rename test_basic to test_create_flake' (#396) from Mic92-main into main
All checks were successful
assets1 / test (push) Successful in 6s
checks-impure / test (push) Successful in 17s
checks / test (push) Successful in 1m26s

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

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,