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 a check for missing test files and raise a more helpful error #468

Merged
merged 26 commits into from Apr 28, 2022

Commits on Nov 10, 2021

  1. Add example about incorrect project structure

    This is to help reproduce cucumber#383
    ALCooper12 committed Nov 10, 2021
    Copy the full SHA
    de1893e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Copy the full SHA
    9346d00 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Copy the full SHA
    6a2fd39 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d71481b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Made a cmd_run_test.go file in order to test and run the builderAndRu…

    …nGodog function in order to see it fail
    ALCooper12 committed Jan 24, 2022
    Copy the full SHA
    1b728fa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    da8d6a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Copy the full SHA
    2322466 View commit details
    Browse the repository at this point in the history
  2. added new assertion test

    ALCooper12 committed Feb 3, 2022
    Copy the full SHA
    3686f1f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f9ac07c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Matt and I added debugging

    Co-authored-by: Matt Wynne <matt@mattwynne.net>
    ALCooper12 and mattwynne committed Feb 23, 2022
    Copy the full SHA
    ead4892 View commit details
    Browse the repository at this point in the history
  2. Matt and I tried to logging through the cobra command

    by using cmd.OutOrStdout( )
    ALCooper12 committed Feb 23, 2022
    Copy the full SHA
    378966a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1492e3e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Improved some debugging

    ALCooper12 committed Mar 9, 2022
    Copy the full SHA
    940f956 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e5b2693 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Copy the full SHA
    b5d602e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Copy the full SHA
    b0fb450 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf6f71b View commit details
    Browse the repository at this point in the history
  3. ignored vscode files

    Co-authored-by: Matt Wynne <matt@cucumber.io>
    ALCooper12 and mattwynne committed Apr 6, 2022
    Copy the full SHA
    1f85cfa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ab87251 View commit details
    Browse the repository at this point in the history
  5. undid debugging changes

    ALCooper12 committed Apr 6, 2022
    Copy the full SHA
    17e72cf View commit details
    Browse the repository at this point in the history
  6. undid debugging changes

    ALCooper12 committed Apr 6, 2022
    Copy the full SHA
    a0f70bc View commit details
    Browse the repository at this point in the history
  7. removed redundant test

    ALCooper12 committed Apr 6, 2022
    Copy the full SHA
    2e67172 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Copy the full SHA
    a70f51c View commit details
    Browse the repository at this point in the history
  2. added check for incorrect project structure

    we examined the output from running `go test` which tells us if we didn't
    find any test files.
    we tweaked the error message to follow the capitalization rules
    
    Co-authored-by: Matt Wynne <matt@cucumber.io>
    ALCooper12 and mattwynne committed Apr 20, 2022
    Copy the full SHA
    49d349d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    77829af View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Copy the full SHA
    5468a92 View commit details
    Browse the repository at this point in the history