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

Refactor tests #6

Merged
merged 54 commits into from
Mar 31, 2024
Merged

Refactor tests #6

merged 54 commits into from
Mar 31, 2024

Commits on Mar 21, 2024

  1. Add integration test job

    quambene committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c5ba597 View commit details
    Browse the repository at this point in the history
  2. Add testing to readme

    quambene committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e36b696 View commit details
    Browse the repository at this point in the history
  3. Update readme

    quambene committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dbba339 View commit details
    Browse the repository at this point in the history
  4. Move tests

    quambene committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9a1e94b View commit details
    Browse the repository at this point in the history
  5. Refactor test

    quambene committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9c2fce3 View commit details
    Browse the repository at this point in the history
  6. Clean up ci

    quambene committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2f01ae2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Update changelog

    quambene committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    00abf58 View commit details
    Browse the repository at this point in the history
  2. Update rust

    quambene committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9464588 View commit details
    Browse the repository at this point in the history
  3. Restructure tests

    quambene committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2d628e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Refactor test

    quambene committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a89ec55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5cbf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d32c1b View commit details
    Browse the repository at this point in the history
  4. Rewrite test read

    quambene committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8009f06 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Refactor test

    quambene committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    961ff3b View commit details
    Browse the repository at this point in the history
  2. Refactor tests

    quambene committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b6a7aee View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    quambene committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    cf80af3 View commit details
    Browse the repository at this point in the history
  4. Refactor args

    quambene committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    57f636c View commit details
    Browse the repository at this point in the history
  5. Refactor email

    quambene committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    546f36c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Refactor mime format

    quambene committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    487b3bb View commit details
    Browse the repository at this point in the history
  2. Add tests

    quambene committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9369204 View commit details
    Browse the repository at this point in the history
  3. Clean up tests

    quambene committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    500467c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Test mime format

    quambene committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dbaa929 View commit details
    Browse the repository at this point in the history
  2. Test message from args

    quambene committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    647245a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Refactor bulk email

    quambene committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    810669c View commit details
    Browse the repository at this point in the history
  2. Refactor sender

    quambene committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fabb2a1 View commit details
    Browse the repository at this point in the history
  3. Refactor receiver

    quambene committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1e9bf47 View commit details
    Browse the repository at this point in the history
  4. Refactor send

    quambene committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    471a400 View commit details
    Browse the repository at this point in the history
  5. Refactor client

    quambene committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    167acc2 View commit details
    Browse the repository at this point in the history
  6. Fix test run

    quambene committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    08a518a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Refactor bulk email

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    62c4a7f View commit details
    Browse the repository at this point in the history
  2. Format code

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    0341149 View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    a668fc9 View commit details
    Browse the repository at this point in the history
  4. Clean up tests

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b662a7a View commit details
    Browse the repository at this point in the history
  5. Refactor read

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c927602 View commit details
    Browse the repository at this point in the history
  6. Refactor csv

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8bd1252 View commit details
    Browse the repository at this point in the history
  7. Test write csv

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ee10ffc View commit details
    Browse the repository at this point in the history
  8. Rename sources

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    73a80cc View commit details
    Browse the repository at this point in the history
  9. Test init

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    63a9a72 View commit details
    Browse the repository at this point in the history
  10. Refactor message template

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    99d1dbe View commit details
    Browse the repository at this point in the history
  11. Rename helper

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9fe5f45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58d0f5c View commit details
    Browse the repository at this point in the history
  13. Test personalize

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f79efca View commit details
    Browse the repository at this point in the history
  14. Test bulk receiver

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fa22800 View commit details
    Browse the repository at this point in the history
  15. Test bulk email

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    cd6ac04 View commit details
    Browse the repository at this point in the history
  16. Fix clippy warnings

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7e52755 View commit details
    Browse the repository at this point in the history
  17. Test archive

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f0dd7bc View commit details
    Browse the repository at this point in the history
  18. Test client

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5bb819a View commit details
    Browse the repository at this point in the history
  19. Finish tests

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    005581f View commit details
    Browse the repository at this point in the history
  20. Finish tests II

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d89ac68 View commit details
    Browse the repository at this point in the history
  21. Add coverage to readme

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b9d722a View commit details
    Browse the repository at this point in the history
  22. Refactor module

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3e0e6f4 View commit details
    Browse the repository at this point in the history
  23. Refactor module II

    quambene committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fbe30ad View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Fix ci

    quambene committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b0519ac View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    quambene committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f68f67d View commit details
    Browse the repository at this point in the history