OneBusAway / otpkit

OpenTripPlanner library for iOS, written in Swift
https://github.com/orgs/OneBusAway/projects/3/views/1
Apache License 2.0
3 stars 2 forks source link

Integrate ViewInspector and create basic tests for three views #51

Open aaronbrethorst opened 1 month ago

aaronbrethorst commented 1 month ago

ViewInspector: https://github.com/nalexn/ViewInspector

Any three views are fine—let's just start developing the muscle memory for writing some basic tests for our views.

hilmyveradin commented 2 weeks ago

Currently we have an issue for this. We can't utilize View Inspector on @Environment property wrappers:

https://github.com/nalexn/ViewInspector/issues/329