Fix: Log in real time during pytest execution

This commit is contained in:
tsukumi
2024-09-23 11:39:10 +09:00
parent 5ca6e184d7
commit 53777e315e
2 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@ __pycache__/
venv/
.venv/
dist/
.coverage
.coverage*
.ipynb_checkpoints/
.ruff_cache/