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

Revisit godog suite compilation and build tools to support vendoring #40

Merged
merged 14 commits into from
Jun 15, 2016

Conversation

l3pp4rd
Copy link
Member

@l3pp4rd l3pp4rd commented Jun 13, 2016

should close #35

this is still in progress.
In general it will use standard go test, compile and link tools to build godog test suite.
Suite context will need to be exported same as Tests in go as usual.

  • update screenshots based on related changes
  • optimize builder.go and make sure vendoring support works as expected
  • support for multiple GOPATHs
  • test on windows
  • try to support older than 1.5 go versions
  • allow godog to run even in empty directory, with or without any feature file
  • update doc blocks

Already functional, if someone wishes to use it.

@l3pp4rd l3pp4rd merged commit 5a17900 into master Jun 15, 2016
@l3pp4rd l3pp4rd deleted the build-tools branch June 15, 2016 19:15
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.

support vendoring
1 participant