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

feat: Add equality to Email #739

Merged
merged 3 commits into from
Mar 6, 2020

Commits on Nov 29, 2018

  1. Add equality to Email

    Email objects are defined as equal iff they have the same email and the same name.
    This is useful for unit tests where we want to verify that the Email objects generated are as expected.
    Callum McIntyre committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6668fa0 View commit details
    Browse the repository at this point in the history
  2. Add more unit tests for email equality

    Callum McIntyre committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    baa70a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Merge branch 'master' into email-equality

    childish-sambino authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    0e746ca View commit details
    Browse the repository at this point in the history