inkling / Subliminal

An understated approach to iOS integration testing.
Other
756 stars 54 forks source link

Apply focus before filtering for platform/environment support. #255

Closed wearhere closed 10 years ago

wearhere commented 10 years ago

Focus is no longer ignored in cases where focused tests wouldn't run--now, no tests run. This makes it easier to reason about what will happen when you focus a test: no unfocused tests will run.

justinseanmartin commented 10 years ago

Very minor feedback, looks great.

wearhere commented 10 years ago

Feedback addressed, thanks @justinseanmartin.

wearhere commented 10 years ago

I'll just go ahead and merge once Travis completes unless you have anything else you'd like to add.