facebookresearch / hydra

Hydra is a framework for elegantly configuring complex applications
https://hydra.cc
MIT License
8.78k stars 630 forks source link

Improve test coverage #9

Closed omry closed 5 years ago

omry commented 5 years ago

hit 100%?

omry commented 5 years ago

It's possible to get test coverage for demos that are being executed from unit tests but it's tricky: https://pypi.org/project/coverage_enable_subprocess/ Additional context at https://github.com/nedbat/coveragepy/issues/367

This can probably be automated through nox.

omry commented 5 years ago

current value 80% (before including demos properly)