neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

test: extend beaker tests #206

Closed b3lix closed 2 years ago

b3lix commented 2 years ago

test(Beaker): add check for additional keys

Add check for additional keys [tasks, redention_tag, product]
to beaker transformer tests.
Resolve: https://github.com/neoave/mrack/issues/186

refactor(Beaker): transformer test to use dictionary

Refactor beaker transformer test to use dictionary instead of multiple
parameters in function call. This increase readability of test.

Resolve: https://github.com/neoave/mrack/issues/186

b3lix commented 2 years ago

Thank you for your help @Tiboris. Glad to contribute!