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

Remove unneeded subdirectories in generator tests #45653

Merged
merged 1 commit into from
Jul 26, 2022

Commits on Jul 25, 2022

  1. Remove unneeded subdirectories in generator tests

    This pattern is useful in some cases, like moving the project folder
    from myapp to myapp_moved, or testing generated behavior based on the
    app name being hyphenated-app.
    
    However, for the majority of cases this is not needed and adds
    additional complexity to some assertion helpers. For example,
    `assert_file` always expands paths relative to `destination_root`
    instead of whatever the working directory is.
    skipkayhil committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    337fa75 View commit details
    Browse the repository at this point in the history