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

outline: Add support for "table" extension containers and specs #758

Merged
merged 4 commits into from
Jan 3, 2021

Conversation

dlipovetsky
Copy link
Contributor

This adds DescribeTable containers and Entry specs to the outline.

This builds on the work in merged from #754.

There 3 "fix" commits that are pre-requisites to the last commit. The outline tests pass locally for each commit.

Although the outline struct did embed the ginkgoNode struct, I think embedding
does not make sense: The outline struct only needs a `Nodes` field, and does
not use the other fields of the ginkgoNode struct.
Although the table extension isn't supported by outline, the import was left
out by mistake.
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.

2 participants