File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Then enable automatically starting the daemon in your settings:
156156 - Default: ` False `
157157 - Command line: ` --daemon-disable `
158158- ` PYTEST_DAEMON_DO_NOT_AUTOWATCH_FIXTURES `
159- - Disable automatically autowatching files containing fixtures
159+ - Disable automatically watching files containing fixtures
160160 - Default: ` False `
161161 - Command line: ` --daemon-do-not-autowatch-fixtures `
162162
@@ -200,7 +200,8 @@ the given module will not be executed.
200200- Run out of a Github Codespace or similar dedicated external environment
201201
202202# # Known Issues
203- - This is early alpha
203+ - This is alpha, although it's getting closer to where it can be called beta
204+ - If you run out of docker, prefer named volumes. Bind mounds and cached file systems can create random issues where changes aren't reflected.
204205- The jurigged library is not perfect and sometimes it gets in a bad state
205206- Some libraries were not written with hot reloading in mind, and will not work without some changes.
206207- Many systems have conservative inotify limits. Consider bumping this up if you see errors about hitting the inotify limit.
You can’t perform that action at this time.
0 commit comments