-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Added unit tests #193
Added unit tests #193
Conversation
Codecov Report
@@ Coverage Diff @@
## master #193 +/- ##
=========================================
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.
|
kohttp-test/src/test/kotlin/io/github/rybalkinsd/kohttp/dsl/async/HttpDeleteAsyncDslTest.kt
Outdated
Show resolved
Hide resolved
…ync/HttpDeleteAsyncDslTest.kt Co-authored-by: Sergei Rybalkin <yan.brikl@gmail.com>
By the way I initially thought that these unit tests aren't present so I added it. But then I discovered a different package which also has similar unit tests. Any idea why this is the case? For example the HttpDeleteAsyncDslTest:
|
|
Ah okay, that makes sense |
No description provided.