pydantic/logfire

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

Open

#335 ouverte le 24 juil. 2024

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)Python (244 forks)github user discovery
Logfire APIgood first issue

Métriques du dépôt

Stars
 (4 282 stars)
Métriques de merge PR
 (Merge moyen 7j 8h) (35 PRs mergées en 30 j)

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.

Guide contributeur