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

Conversation

kevinkirkup
Copy link
Contributor

Fixes #749

@onsi
Copy link
Owner

onsi commented Dec 12, 2020

LGTM - are you up for adding an integration test akin to this one https://github.com/onsi/ginkgo/blob/master/integration/subcommand_test.go#L86

thanks!

@kevinkirkup
Copy link
Contributor Author

Whoops! Didn't know there were test. Should be updated now.

@onsi
Copy link
Owner

onsi commented Dec 15, 2020

hmm looks like the test is failing on CI. i'll take a look in a bit to see what's up

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.
@kevinkirkup
Copy link
Contributor Author

The test checking for the import path was incorrect.
Updated.

@onsi onsi merged commit efb9e69 into onsi:master Dec 15, 2020
This was referenced Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add support for test templates
2 participants