Replies: 1 comment
-
|
Just came across this same issue. I was hoping arch()->expect('./tests')->not->toUse('only');But that doesn't work for a number of reasons. Probably need a dedicated expectation for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We occasionally use
->only()during development. Even more occasionally, it makes it into a commit, which results in our CI happily running just the one test instead of the entire suite.I'd hoped
--fail-on-skippedwould catch this scenario, but apparently not. Is it possible to do something similar for->only()usage? Or something in thearch()architecture testing abilities?Beta Was this translation helpful? Give feedback.
All reactions