You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Merge develop (#9)
* Session refactor
* Session fix
* Add ctx.env and Env-fixture
* Add ctx.env into app examples
* Fix template folder logic
* Fix examples apps
* Use the return value from take_on-hook if it is not None
Also fix bugs:
- copy `_reverse_map` when cloning context
- rebuild `_reverse_map` after mixins merging
- hold edge case for fixtures with `is_hook=True`
* fix cli and reloader
* fix pyjsaw processing
* fix forget
* ensure uuid in session when saving
* Bump version