aboutsummaryrefslogtreecommitdiff
path: root/tests/test_component_and_injector_params.py
AgeCommit message (Expand)Author
2019-07-20Migrate tests to absl.testing, mainly to make Bazel test sharding work.Marco Poletti
2019-04-27Fix some Python PEP 8 warnings, notably including some warnings that were pri...Marco Poletti
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ...Marco Poletti
2017-07-30Allow binding const references in bindInstance.Marco Poletti
2017-07-30Allow Component, NormalizedComponent, Injector and Provider to specify that t...Marco Poletti
2017-07-23Report better errors when attempting to bind/inject a type that can't be boun...Marco Poletti