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

Create recursive option for packages config #595

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Create recursive option for packages config #595

merged 1 commit into from
Apr 17, 2023

Commits on Apr 17, 2023

  1. Add recursive option for packages feature

    This commit allows you to specify `recursive: true` for the `packages`
    config feature. This will recursively search for all packages on-disk
    so that you don't have to manually specify them in the mockery config.
    
    Fixes #594
    
    clarify showconfig functionality
    
    Add debug logs for generator
    
    Fix sub-package config merging
    
    updates
    
    Add tests for discoverRecursivePackages
    
    simplify test
    
    call Initialize for test instead
    
    fix linting issue
    
    add test for showconfig
    LandonTClipp committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8a6a6bb View commit details
    Browse the repository at this point in the history