aboutsummaryrefslogtreecommitdiff
path: root/tests/test_required_types.py
AgeCommit message (Expand)Author
2017-08-13Report a compile time error when an class must have a virtual destructor but ...Marco Poletti
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ...Marco Poletti
2017-07-30Allow Component, NormalizedComponent, Injector and Provider to specify that t...Marco Poletti
2017-07-15Remove Component's copy constructor, conversion operator and install method.Marco Poletti
2017-06-11Mark the old PartialComponent::install() method as deprecated.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-08Add some more Required<>-related tests.Marco Poletti