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

Stop compiling and testing packages in testdata #488

Merged
merged 1 commit into from Apr 27, 2021

Commits on Mar 29, 2019

  1. Stop compiling and testing packages in testdata

    Go tooling, including `go test` treat the testdata directory as an opaque
    directory containing data for tests. Unfortunately, goconvey would treat go
    source files inside testdata or its subdirectories as creating a package,
    causing divergence in behavior from Go tooling.
    
    This commit causes goconvey to not treat anything inside the testdata
    directory or subdirectories as a package without removing them from the watch
    list. This creates behavioral parity with Go tooling, but means a change in
    testdata will still cause tests to be rerun.
    Zvi Effron authored and zeffron committed Mar 29, 2019
    Copy the full SHA
    6205260 View commit details
    Browse the repository at this point in the history