konveyor / tackle-test-generator-core

Apache License 2.0
28 stars 21 forks source link

Avoid assertions on simple assignments #121

Closed rachelt44 closed 2 years ago

rachelt44 commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently we create assertions for any statement in which new values/objects are created. However it doesn't make sense to assert values that are the result of simple primitive assignments.

Describe the solution you'd like

Avoid adding assertions for simple primitive assignments

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

rachelt44 commented 2 years ago

Implemented and merged via PR: https://github.com/konveyor/tackle-test-generator-core/pull/122