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
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Would a PR to always focus on a specific file be accepted? My use case is that often when editing a module like a.ex I want to run a test from foo_test.exs instead of a_test.exs, also my test suite is too long to want to run all tests after every change. I have a first-pass at an implementation but representing the focus by a naive struct didn't come out very elegant so I think I want to tweak it before submitting a PR.