-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(storage-constraints): update tests to reflect new logic
Unit tests have been updated to reflect the fact that parsing of storage constraints no longer happens before calling Model._deploy. Due to the difficulty in mocking the _deploy internals, the bundle test of parsing many storage variations has been moved to test_parse_storage_constraints in test_constraints. Two integration tests have been added to test deployment with parsed and unparsed storage arguments respectively.
- Loading branch information
1 parent
c58a473
commit 174d142
Showing
3 changed files
with
94 additions
and
110 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