MCPcopy Index your code
hub / github.com/trekhleb/learn-python / test_packages

Function test_packages

src/modules/test_packages.py:57–61  ·  view source on GitHub ↗

Packages.

()

Source from the content-addressed store, hash-verified

55
56
57def 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'

Callers

nothing calls this directly

Calls 1

echo_functionFunction · 0.90

Tested by

no test coverage detected