-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve context storage to share data through whole run (#396)
* Improve storage in context * Fix in changelog * add run storage * Fix in changelog * Update CHANGELOG.rst * fix linter * fix linter * Improve _get_initial_value_from_context * Improve _get_initial_value_from_context * Rename store_key_in_storage * Improve store_key_in_storage * Added test to check storage capabilities * Fix in test * Added test to check storage capabilities * Added test to check storage capabilities * Added test to check storage capabilities * Improved managing of storages using ChainMap * Update version and changelog * Debugging * Improved managing of storages when dynamic env are not used * Fix lint warning * Fix lint warning * Fix lint warning * Fix lint warning * Updated Changelog * Remove dict() from a ChainMap in before_feature --------- Co-authored-by: Jose Miguel Rodriguez Naranjo <[email protected]>
- Loading branch information
1 parent
ae618e9
commit 496dfda
Showing
5 changed files
with
137 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
3.1.6.dev0 | ||
3.1.6.dev1 | ||
|
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