Skip to content

Refactor convert_test

Craig Smith requested to merge craigmsmith-add-file-info-to-logs into master

What does this MR do?

This MR updates the convert_test:

  • each test scenario can be run individually using the scenario name.
  • to use require over assert, so that if a scenario fails, the test stops running
  • Replace if err != nil with require.NoError

What are the relevant issue numbers?

gitlab-org/gitlab#375009 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports