Create test utils module for unit tests
- Dominant language
- Kotlin
- Stars
- 164
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we have rib-base-test that contains espresso/instrumentation test dependencies.
We need to create a module that contains utility classes that can be used in local unit tests.
For example, see TestNode.kt
Also, we can add test implementations of `Rib.Dependency` dependencies
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining rib-base-test and the TestNode.kt example to understand which utilities currently support tests and which dependencies require test implementations. Define the new local-unit-test utility module around those needs, including suitable Rib.Dependency implementations. Done means local unit tests can use the shared utilities without relying on espresso or instrumentation dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100