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

Strengthen SQL transformation tests #331

Merged
merged 5 commits into from
Mar 28, 2024
Merged

Commits on Mar 28, 2024

  1. Add wantRollbackErr to test framework

    Allow for testcases to specify an expected error after a migration is
    rolled back.
    andrew-farries committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d553863 View commit details
    Browse the repository at this point in the history
  2. Add wantCompleteErr to test framework

    Allow for testcases to specify an expected error after a migration is
    completed.
    andrew-farries committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cac68b7 View commit details
    Browse the repository at this point in the history
  3. Add MockSQLTransformer

    andrew-farries committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8b30918 View commit details
    Browse the repository at this point in the history
  4. Use MockSQLTransformer

    andrew-farries committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8df7c8f View commit details
    Browse the repository at this point in the history
  5. Change ok to found

    Co-authored-by: Alexis Rico <me@sferadev.com>
    andrew-farries and SferaDev committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    729d21a View commit details
    Browse the repository at this point in the history