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

Start rewrite serde serialization tests #468

Merged
merged 11 commits into from Sep 4, 2022
Merged

Commits on Aug 28, 2022

  1. Copy the full SHA
    3295ae5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d318419 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Copy the full SHA
    97a6be5 View commit details
    Browse the repository at this point in the history
  2. Serialization with indents is broken. Replace these tests by no-inden…

    …ts serialization for now
    
    Serialization will reworked soon and new tests will be written
    Mingun committed Aug 31, 2022
    Copy the full SHA
    21dd9f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    87d54cf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Copy the full SHA
    2788e75 View commit details
    Browse the repository at this point in the history
  2. Move all "new" tests into with_root module

    The `without_root` tests will be added soon
    
    (review with with whitespace ignored mode)
    Mingun committed Sep 1, 2022
    Copy the full SHA
    06ef1fc View commit details
    Browse the repository at this point in the history
  3. Rewrite tests using macros

    Mingun committed Sep 1, 2022
    Copy the full SHA
    49d918d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6043d57 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Copy the full SHA
    0336dcb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Ensure that map keys are restricted to only types that can be seriali…

    …zed as primitives
    
    Co-authored-by: Daniel Alley <dalley@redhat.com>
    Mingun and dralley committed Sep 4, 2022
    Copy the full SHA
    b2d57e6 View commit details
    Browse the repository at this point in the history