mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-19 04:53:14 +03:00
7 lines
174 B
Python
7 lines
174 B
Python
from dependency_injector.wiring import inject, Provide
|
|
|
|
from wiringfastdepends import sample
|
|
|
|
|
|
def test_apply_coefficient():
|
|
assert sample.apply_coefficient(100) == 120.0 |