Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Split tests into unit and integration groups #165 #201

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GolovPavel
Copy link
Contributor

Task in progress.

@codecov
Copy link

codecov bot commented Jul 27, 2020

Codecov Report

Merging #201 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #201   +/-   ##
=========================================
  Coverage     91.28%   91.28%           
  Complexity      127      127           
=========================================
  Files            44       44           
  Lines           413      413           
  Branches         52       52           
=========================================
  Hits            377      377           
  Misses            9        9           
  Partials         27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 188b5c5...52d84a2. Read the comment docs.

@rybalkinsd
Copy link
Owner

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 6
           

See the complete overview on Codacy


@Test
fun `stub test`() {

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


@Test
fun `stub test`() {

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


@Test
fun `stub test`() {

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class IntegrationTest {

@Test
fun `stub test`() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class IntegrationTest {

@Test
fun `stub test`() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class IntegrationTest {

@Test
fun `stub test`() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GolovPavel GolovPavel changed the title [kohttp][test] Split tests into unit and integration groups #165 WIP: Split tests into unit and integration groups #165 Oct 28, 2020
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