Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more Fx.Decorate tests #846

Merged
merged 3 commits into from Feb 22, 2022
Merged

Add more Fx.Decorate tests #846

merged 3 commits into from Feb 22, 2022

Commits on Feb 22, 2022

  1. Add more Decorate tests

    This adds more cases of fx.Decorate tests, specifically for
    transitive dependencies that are decorated. For example, when a
    function depends on type A whose constructor depends on type B,
    and B has a decorator associated with it, we expect type A's constructor
    to use the decorated value of B in its constructor.
    sywhang committed Feb 22, 2022
    Copy the full SHA
    8549af1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    274cbef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0b48082 View commit details
    Browse the repository at this point in the history