aboutsummaryrefslogtreecommitdiff
path: root/tests/test_component_replacement.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
2018-08-18Add a PartialComponent::installComponentFunctions() method that allows to ins...Marco Poletti
2017-08-05Fix the expected error regexes to accomodate MSVC-style errors.Marco Poletti
2017-08-05Make install() de-duplication and component replacements work across Normaliz...Marco Poletti
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ...Marco Poletti
2017-07-31Allow implicit conversions in the arguments passed to PartialComponent's inst...Marco Poletti
2017-07-30Allow binding const references in bindInstance.Marco Poletti
2017-07-30Amend expected error regexes in new tests to allow MSVC-style errors.Marco Poletti
2017-07-15Document that replacements can be stacked and add tests for this case.Marco Poletti
2017-07-15Add a new PartialComponent feature: component replacement.Marco Poletti