Description
When fuzzer generate argument """ documentation block in test function break syntax.
To Reproduce
Steps to reproduce the behavior:
- Run the 'pylint' project in IntelliJ Idea
- Use plugin to generate tests for function
pylint.checkers.strings.str_eval
- Open the generated test
Expected behavior
Tests are supposed to be generated without syntax error
Actual behavior
Tests with syntax errors
Visual proofs (screenshots, logs, images)
tor.
Description
When fuzzer generate argument
"""documentation block in test function break syntax.To Reproduce
Steps to reproduce the behavior:
pylint.checkers.strings.str_evalExpected behavior
Tests are supposed to be generated without syntax error
Actual behavior
Tests with syntax errors
Visual proofs (screenshots, logs, images)
tor.