Skip to content

repository: Refactor `CreateRepositoryFromBundle` tests

Justin Tobler requested to merge jt-sha256-create-repo-from-bundle into master

The tests for the TestCreateRepositoryFromBundle RPC use seeded repositories preventing execution during SHA256 repository testing. The tests still fail with SHA256 because the Git repository initialized by the RPC always uses the SHA1 object format.

Refactor these tests to be table driven and remove seeded repositories.

Edited by Justin Tobler

Merge request reports