Skip to content

Create a test module for test helper classes#50

Open
fvito wants to merge 4 commits into
adidas:mainfrom
fvito:test-module
Open

Create a test module for test helper classes#50
fvito wants to merge 4 commits into
adidas:mainfrom
fvito:test-module

Conversation

@fvito
Copy link
Copy Markdown

@fvito fvito commented Apr 23, 2026

The mvi-test module serves a module to host the helper classes for testing, such as TestMviLogger

While there already exists one in mvi-kotest, not all projects use kotest for their testing. If they want to use the TestMviLogger, they need to depend on mvi-kotest which also means they get the kotest as a dependency.

mvi-test solves this, as it does not contain any testing library references, just pure test classes.
At the moment, there is only one such class (TestMviLogger) but potentially in future more could be added

@jzeferino
Copy link
Copy Markdown
Member

@fvito build is failing

@fvito
Copy link
Copy Markdown
Author

fvito commented May 5, 2026

@jzeferino Thanks, there were some issues with ktlint which i have fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants