Skip to content

Remove duplication from build_test.go

Pedro Pombeiro requested to merge 6624-build_test-dup into master

What does this MR do?

It removes some code duplication in build_test.go.

Why was this MR needed?

There are several instances of code in that file which are boilerplate and can be moved to helper functions to make the tests smaller and more readable.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #6624 (closed)

Edited by Pedro Pombeiro

Merge request reports