Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison authored Dec 1, 2023
1 parent 2cb7654 commit e0d7bf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ A hot reloading pytest daemon, implemented as a plugin.
- System for registering workarounds in case something doesn't work out of the box

## Trade-offs
- First run is slower
- ~~First run is slower~~
- After a recent performance improvement, this no longer seems to be true.
- May not work with some libraries
- Sometimes gets in a bad state and needs to be restarted
- Requires starting the daemon separately or adding a command line option to automatically start it

If it takes less than 5 seconds to do all of the imports
necessary to run a unit test, then you probably don't need this.
Expand Down

0 comments on commit e0d7bf3

Please sign in to comment.