Problem
Agents currently generate the BTT tree independently, Bulloak, but they still rely on Bulloak to generate and validate test contracts. This approach is not entirely reliable, as the Bulloak command skips modifiers, which can lead to redundant modifiers in the test file. For example: test_RevertWhen_AmountZero() external whenAmountZero.
Solution
Provide sufficient context to the agent's skill so that it can generate precise BTT tests without relying on Bulloak. This approach may likely be more accurate than using Bulloak for testing.
Its just an assumption at the moment and should be tested well while working on this issue.
Problem
Agents currently generate the BTT tree independently, Bulloak, but they still rely on Bulloak to generate and validate test contracts. This approach is not entirely reliable, as the Bulloak command skips modifiers, which can lead to redundant modifiers in the test file. For example:
test_RevertWhen_AmountZero() external whenAmountZero.Solution
Provide sufficient context to the agent's skill so that it can generate precise BTT tests without relying on Bulloak. This approach may likely be more accurate than using Bulloak for testing.
Its just an assumption at the moment and should be tested well while working on this issue.