Skip to content

Add guidelines when naming DAST classes

Cameron Swords requested to merge update-naming-guidelines into master

What does this MR do?

Documents in the DAST coding guidelines a recommendation on how to name Python classes. This MR also updates the tests in the DAST repository to follow the guideline.

The author doesn't have a preference to use Test[class-name] over [class-name]Test, so the former was chosen because the change was deemed to be easier.

What are the relevant issue numbers?

Requested in review !289 (comment 410195566)

Does this MR meet the acceptance criteria?

Edited by Cameron Swords

Merge request reports