Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend tests for Fiber storage #1058

Merged
merged 4 commits into from
Aug 28, 2023
Merged

Commits on Aug 27, 2023

  1. Add some tests for Fiber.new(storage:)

    These tests were present in the storage update tests, but were omitted
    in the create tests.
    herwinw committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    821cc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa4c9f4 View commit details
    Browse the repository at this point in the history
  3. Expand tests of Fiber.[]

    * It can access storage of the parent fiber
    * It cannot access storage with non-symbol keys
    herwinw committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    fe7232e View commit details
    Browse the repository at this point in the history
  4. Expand tests for Fiber.[]=

    * Checks for not overwriting the storage of the parent fiber
    * Cannot access with non symbol key
    herwinw committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    ab97b73 View commit details
    Browse the repository at this point in the history