[
https://issues.apache.org/jira/browse/TINKERPOP-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514680#comment-17514680
]
ASF GitHub Bot commented on TINKERPOP-2525:
-------------------------------------------
FlorianHockmann commented on a change in pull request #1605:
URL: https://github.com/apache/tinkerpop/pull/1605#discussion_r838507018
##########
File path:
gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs
##########
@@ -182,16 +182,12 @@ private void OutputResults(List<ResultFeature> results)
foreach (var resultScenario in resultFeature.Scenarios)
{
totalScenarios++;
- WriteOutput($" Scenario: {resultScenario.Key.Name}");
Review comment:
This shortens the output to make it easier to see which scenarios are
actually failing, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Extend Gherkin tests to cover strategies
> ----------------------------------------
>
> Key: TINKERPOP-2525
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2525
> Project: TinkerPop
> Issue Type: Improvement
> Components: test-suite
> Affects Versions: 3.4.10
> Reporter: Stephen Mallette
> Priority: Minor
>
> We now have a much more advanced test suite in 3.5.0 for processing Gherkin
> tests. We should extend the Gherkin tests further to include tests for
> {{TraversalStrategy}} instances.
> Of note {{SubgraphStrategy}} class doesn't have a {{checkAdjacentVertices}}
> parameter in its constructor.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)