rlworkgroup / dowel

A little logger for machine learning research
MIT License
32 stars 37 forks source link

Move unit tests to tests/dowel #4

Closed ryanjulian closed 5 years ago

ryanjulian commented 5 years ago

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 module dowel.csv_output will now live at tests.dowel.test_csv_output rather than tests.test_csv_output.

codecov[bot] commented 5 years ago

Codecov Report

Merging #4 into master will decrease coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@            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.