aboutsummaryrefslogtreecommitdiff
path: root/tests/test_normalized_component.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-08-05Fix the expected error regexes to accomodate MSVC-style errors.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-30Amend expected error regexes in new tests to allow MSVC-style errors.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
2017-06-11Add a new PartialComponent#install() method that takes a function + args. Thi...Marco Poletti
2017-04-15Disable the pytest cache when running tests under bazel, it causes errors (re...Marco Poletti
2017-04-09Migrate Fruit's end-to-end tests from nose2 to pytest, improving parallelizat...Marco Poletti
2017-04-08Report an error if Required<...> is passed as a non-first argument to Compone...Marco Poletti
2016-12-22Use precompiled headers in Fruit tests. This reduces the test time by ~50% (a...Marco Poletti
2016-11-19Introduce an InstantiateType macro for tests and use it.Marco Poletti
2016-11-19Reintroduce some using declarations in COMMON_DEFINITIONS (in e2e tests) now ...Marco Poletti
2016-11-19Use proper Python indentation in Python-based e2e tests.Marco Poletti
2016-11-19Replace tests that have a non-annotated and an annotated variant with a singl...Marco Poletti
2016-11-19Split some tests that were testing multiple things.Marco Poletti
2016-11-19Add an empty main() to the test source code if it doesn't have a main, to mak...Marco Poletti
2016-11-12Use explicit fruit:: qualifications in tests, instead of relying on using dec...Marco Poletti
2016-11-12Make e2e tests more concise and readable by factoring common declarations/def...Marco Poletti
2016-10-08Port all end-to-end C++ tests to be nose2-based python tests, so that:Marco Poletti