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 support for using template to generate tests #752

Merged
merged 4 commits into from Dec 15, 2020
Merged

Add support for using template to generate tests #752

merged 4 commits into from Dec 15, 2020

Commits on Dec 11, 2020

  1. Add support for using template to generate tests

    Fixes #749
    Kevin S Kirkup committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    6f42a32 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Add unit test

    Kevin S Kirkup committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    9916474 View commit details
    Browse the repository at this point in the history
  2. Fix test - package is foo_bar

    Kevin S Kirkup committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    3a24900 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Fix integration test

    For Test templates, the import path for the package being tests was
    incorrect. Updating to check for a string that ends with the package
    name.
    Kevin S Kirkup committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    e6a7327 View commit details
    Browse the repository at this point in the history