petitparser2 icon indicating copy to clipboard operation
petitparser2 copied to clipboard

new test method: testCurrentContext

Open mabdi opened this issue 4 years ago • 0 comments

I submit this pull request to suggest a test method PP2NoopVisitorTest >> testCurrentContext.

We noticed that the method #currentContext is never executed by any of the tests in PP2NoopVisitorTest.

Note that these suggestions are adapted from a test amplification tool called SmallAmp (https://github.com/mabdi/small-amp). SmallAmp executes existing tests, sees which parts of the class under test are not covered and then suggests improvements on the test methods.

I hope you will accept this pull request. It would illustrate that SmallAmp makes relevant suggestions.

Mehrdad Abdi.

mabdi avatar Aug 21 '20 16:08 mabdi