pydantic/logfire

`test_logfire_api` doesn't look at `logfire_api.__all__`

Open

#335 aberto em 24 de jul. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)Python (244 forks)github user discovery
Logfire APIgood first issue

Métricas do repositório

Stars
 (4.282 stars)
Métricas de merge de PR
 (Mesclagem média 7d 8h) (35 fundiu PRs em 30d)

Description

It just uses logfire.__all__ in both versions of test_runtime. logfire_api.__all__ doesn't actually exist at runtime when logfire isn't importable.

Guia do colaborador