Skip to content

Commit

Permalink
Add warning about VS Code behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison authored May 28, 2024
1 parent 6ee3cc3 commit e0289bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

A hot reloading pytest daemon, implemented as a plugin.

## Notice - Busted VS Code behavior - 5/28/2024
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:

```json
"python.experiments.optOutFrom": [
"pythonTestAdapter"
],
```

## Features
- Uses the [jurigged](https://github.com/breuleux/jurigged) library to watch and hot reload files
- Caches test discovery in many situations
Expand Down

0 comments on commit e0289bb

Please sign in to comment.