Packages.
()
| 55 | |
| 56 | |
| 57 | def test_packages(): |
| 58 | """Packages.""" |
| 59 | assert sound_package.effects.echo.echo_function() == 'Do echo effect' |
| 60 | assert echo.echo_function() == 'Do echo effect' |
| 61 | assert echo_function() == 'Do echo effect' |
nothing calls this directly
no test coverage detected