Skip to content

Commit 4cb96e5

Browse files
committed
add pytest logfire integration
1 parent 9bd98a2 commit 4cb96e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ dev = [
3737
requires = ["hatchling>=1.0.0"]
3838
build-backend = "hatchling.build"
3939

40+
[pytest]
41+
logfire = true
42+
4043
[tool.pytest.ini_options]
4144
testpaths = ["tests"]
4245
norecursedirs = ["acceptance", ".venv", ".git", "__pycache__"]

0 commit comments

Comments
 (0)