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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
4
4
A hot reloading pytest daemon, implemented as a plugin.
5
5
6
+
## Notice - Busted VS Code behavior - 5/28/2024
7
+
It was noted that VS Code does not properly detect tests finishing. This is due to buggy experimental behavior that you opt-in to. To opt-out, add to your settings:
8
+
9
+
```json
10
+
"python.experiments.optOutFrom": [
11
+
"pythonTestAdapter"
12
+
],
13
+
```
14
+
6
15
## Features
7
16
- Uses the [jurigged](https://github.com/breuleux/jurigged) library to watch and hot reload files
0 commit comments