Skip to content

test: refactor RunPagesProcess function to take functional arguments

feistel requested to merge feistel/gitlab-pages:refactor/run-pages-test into master

What does this MR do?

Refactor the RunPagesProcess function in the tests to take functional arguments.

This was actually done in a previous MR but there were a few leftover tests using old functions (runPagesWithAuth and runPagesWithAuthAndEnv). I've also removed two unused functions: RunPagesProcessWithoutGitLabStub and RunPagesProcessWithEnvs

Closes #79 (closed)

TODO

Edited by feistel

Merge request reports