You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
- `connection`: Connecting to your database, by default: django.db.connection
40
40
41
41
42
-
### > WARNING: If you use `pytest-xdist` and run the test with the `-n <workers>` flag, the results will not be reflected in the terminal. Remove the `-n <workers>` flag to display them.
42
+
### > WARNING: If you use `pytest-xdist` and run the test with the `-n <workers>` flag, the results will not be reflected in the terminal. Remove the `-n <workers>` flag to display them or use `--capture=tee-sys -rP` parameters.
Copy file name to clipboardExpand all lines: src/capture_db_queries/decorators.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,9 @@ class CaptureQueries:
89
89
90
90
---
91
91
92
-
#### WARNING: If you use `pytest-xdist` and run the test with the `-n <workers>` flag, the results will not be reflected in the terminal. Remove the `-n <workers>` flag to display them.
92
+
#### WARNING: If you use `pytest-xdist` and run the test with the `-n <workers>` flag,
93
+
the results will not be reflected in the terminal. Remove the `-n <workers>` flag to display them
0 commit comments