kohttp icon indicating copy to clipboard operation
kohttp copied to clipboard

[kohttp][test] Split tests into unit and integration groups

Open rybalkinsd opened this issue 5 years ago • 3 comments

  1. Introduce a way to group tests into unit and integration
  2. Run unit first during build stage, and integration only after successful run of units.
  3. Many of existing integration tests could be replaced with unit + mocks, it will improve test time

rybalkinsd avatar Oct 06 '19 12:10 rybalkinsd

cc @GolovPavel

rybalkinsd avatar May 12 '20 22:05 rybalkinsd

Hi! I found, that we have tests in both gradle modules: kohttp and kohttp-test. By what principle are tests divided into modules?

GolovPavel avatar May 24 '20 17:05 GolovPavel

Hi! I found, that we have tests in both gradle modules: kohttp and kohttp-test. By what principle are tests divided into modules?

https://github.com/rybalkinsd/kohttp/pull/193#issuecomment-632172277

rybalkinsd avatar May 24 '20 18:05 rybalkinsd