aboutsummaryrefslogtreecommitdiff
path: root/tests/test_install.py
AgeCommit message (Expand)Author
2017-11-12A few more fixes to make Fruit work under MSVC 2015 and 2017 in Appveyor.Marco Poletti
2017-08-05Allow MSVC-style errors in expected error regexes (second attempt).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 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-07-15Remove Component's copy constructor, conversion operator and install method.Marco Poletti
2017-07-15Remove support for GCC 4.8.x, GCC 5.0.0 is now the minimum supported version....Marco Poletti
2017-07-02Run tests with -Werror (/WX for Visual Studio), even in release mode. Before ...Marco Poletti
2017-07-02Accept MSVC's error format in test_install_component_functions_loop.Marco Poletti
2017-06-18Allow MSVC's type format in test_install_component_functions_loop (for real t...Marco Poletti
2017-06-18Allow MSVC's type format in test_install_component_functions_loop.Marco Poletti
2017-06-18Implement de-duping and loop checking for the new-style install() method.Marco Poletti
2017-06-18Update the expected MSVC error in test_install_with_args_error_not_copy_const...Marco Poletti
2017-06-17Fix syntax errors in the test_old_style_deprecation_error test, that were cau...Marco Poletti
2017-06-17Skip the test_old_style_deprecation_error test in release mode, warnings are ...Marco Poletti
2017-06-17Skip the test_old_style_deprecation_error test on GCC 4.8.x, it doesn't work ...Marco Poletti
2017-06-11Match any character (.) when expecting an open/closed quote in compiler error...Marco Poletti
2017-06-11Mark the old PartialComponent::install() method as deprecated.Marco Poletti
2017-06-11Allow MSVC-style errors in test_install.py.Marco Poletti
2017-06-11Test changes to (try to) make test_install pass on OS X.Marco Poletti
2017-06-11Add another allowed compiler error to test_install_with_args_error_not_hashab...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-01-02Add some e2e tests for PartialComponent::install().Marco Poletti