Closed Aboisier closed 5 years ago
Merging #28 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #28 +/- ##
======================================
Coverage 71.9% 71.9%
======================================
Files 23 23
Lines 299 299
Branches 13 13
======================================
Hits 215 215
Misses 77 77
Partials 7 7
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 57125b3...15b2c0b. Read the comment docs.
Purpose
This PR implements the
@Timeout
decorator. It removes thetimeout
argument from the@Test
decorator.Approach
Added a
timeout
attribute to the target function. This value is used by the@Test
decorator.