audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Fix: poperly pass on auto_install argument #46

Closed frankenjoe closed 2 years ago

frankenjoe commented 2 years ago

In our tests with auto_install=True we forgot to cover to_yaml(), which basically relies on to_yaml_s(), but unfortunately, we do not pass on the argument at the moment. This fixes the bug and extends the test to cover it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (e4cd6ac) into master (d63cdcf) will not change coverage. The diff coverage is 100.0%.

Impacted Files Coverage Δ
audobject/core/api.py 100.0% <100.0%> (ø)