Closed ryanjulian closed 5 years ago
Merging #4 into master will decrease coverage by
0.17%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #4 +/- ##
==========================================
- Coverage 94.22% 94.05% -0.18%
==========================================
Files 10 9 -1
Lines 381 370 -11
Branches 56 56
==========================================
- Hits 359 348 -11
Misses 14 14
Partials 8 8
Impacted Files | Coverage Δ | |
---|---|---|
src/dowel/__init__.py |
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 1db2881...4854ad9. Read the comment docs.
This PR moves unit tests modules to
tests/dowel
. This makes it so that the unit tests paths for a module are easy to predict. For instance, the tests for the moduledowel.csv_output
will now live attests.dowel.test_csv_output
rather thantests.test_csv_output
.