Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Set type for all scale options #233

Merged
merged 3 commits into from
May 16, 2018
Merged

Set type for all scale options #233

merged 3 commits into from
May 16, 2018

Conversation

colin-msphere
Copy link
Contributor

This change adds types to each scale option. This ensures functions using the fixtures receive the proper type for each option.

The largest impact is to bool options and changes how they behave. By default, all bool options (single use, external volumes) are disabled / False. Adding the option will enable the feature: PYTEST_ARGS="--single-use" ./test.sh -scale jenkins will enable single use.

This removes the type check on `single_use` for scale
creation.
@colin-msphere colin-msphere merged commit a7adf48 into master May 16, 2018
@colin-msphere colin-msphere deleted the fix-bool-vars branch May 16, 2018 22:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant