aboutsummaryrefslogtreecommitdiff
path: root/tests/test_type_alignment_with_annotation.py
AgeCommit message (Collapse)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 ↵Marco Poletti
printed in all test runs causing a lot of noise in the log.
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ↵Marco Poletti
function + args (like the new PartialComponent::install) instead of taking a Component<> directly.
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this ↵Marco Poletti
change, it's no longer possible to run Fruit tests via CTest.