Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watch: add action for reloading watched directory list #198

Merged
merged 2 commits into from
May 29, 2021

Conversation

dnephin
Copy link
Member

@dnephin dnephin commented May 28, 2021

When files and directories are added, sometimes they won't be noticed because gotestsum only watches directories which already contained .go files. This new l action makes it possible to add these new directories without restarting gotestsum.

The new names should hopefully make this code easier to read and understand.
@dnephin dnephin added the enhancement New feature or request label May 28, 2021
@dnephin dnephin merged commit fb92894 into gotestyourself:main May 29, 2021
@dnephin dnephin deleted the reload-paths branch May 29, 2021 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant