-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use ephemeral workspaces in tests (#219)
* Remove unnamedResult linter Conflicts with 'nonamedreturns' linter, and named returns isn't always used or recommended. * Add helpers for creating ephemeral workspaces Adds two helpers to create random values and random workspaces to be used as ephemeral resources. * Use ephemeral workspace for Block test Uses the new ephemeral workspace helpers to create the new, random workspace. * Clarify errors when checking if resource exists * Use ephemeral workspace for Variable tests Needed to set '10' as a constant to work around the 'mnd' linter. * Use ephemeral workspaces for Work Pool tests
- Loading branch information
1 parent
f83d831
commit 01c2b9a
Showing
5 changed files
with
107 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters