Skip to content

test: Refactor for better readability

Pavlo Strokov requested to merge ps-repocleaner-test-enhance into master

The test code in the repoclenaer package is hard to read and understand. The change simplifies things and provides additional comments into the test code with explanations of what and why is done.

The change also includes refactoring of database name resolution by removing SQL query to extract it from database and replacing it with field from the DB struct.

Merge request reports