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

Add unit tests #35

Merged
merged 46 commits into from
Mar 27, 2021
Merged

Add unit tests #35

merged 46 commits into from
Mar 27, 2021

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    9c6f009 View commit details
    Browse the repository at this point in the history
  2. Remove Python 2 remnants

    GjjvdBurg committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5bc4352 View commit details
    Browse the repository at this point in the history
  3. code formatting

    GjjvdBurg committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5a29ef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffcda4c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    de968b0 View commit details
    Browse the repository at this point in the history
  2. Add unit testing data

    GjjvdBurg committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d4c4871 View commit details
    Browse the repository at this point in the history
  3. Don't use venv on CI

    GjjvdBurg committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b98c25d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5924c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc63d5 View commit details
    Browse the repository at this point in the history
  6. code formatting

    GjjvdBurg committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    49da0a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b28046 View commit details
    Browse the repository at this point in the history
  8. remove old test image

    GjjvdBurg committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    aa895f9 View commit details
    Browse the repository at this point in the history
  9. Add unit tests for Album

    - files created on update()
    - no errors when removing source photo
    - hash dropped from album.yml when removing source photo
    - clean removes all output files
    sebastiaan-lampo committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    52e303a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge branch 'album-test' of https://github.com/sebastiaan-lampo/Hugo…

    …PhotoSwipe into sebastiaan-lampo-album-test
    GjjvdBurg committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    4c8d190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16cd8fd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Remove __init__ file from test dir

    This may be a coding style issue, but I generally don't think
    these are needed as tests/ is not a module.
    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    348b293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bdffe2 View commit details
    Browse the repository at this point in the history
  3. Handle memory free better

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    e3e2e04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    567af9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35b68c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23e4925 View commit details
    Browse the repository at this point in the history
  7. Handle photos without name

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    178b5cd View commit details
    Browse the repository at this point in the history
  8. Add tests for output format

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a3d8dcf View commit details
    Browse the repository at this point in the history
  9. Clean up yaml_field_to_file

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ab31798 View commit details
    Browse the repository at this point in the history
  10. Remove unneeded file

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    2ac9aa6 View commit details
    Browse the repository at this point in the history
  11. Close open image

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    0632793 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21d2e76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b535bc View commit details
    Browse the repository at this point in the history
  14. Update hash

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    eacadff View commit details
    Browse the repository at this point in the history
  15. Makefile fixes

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    164d752 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    62ec2f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    abc8a3d View commit details
    Browse the repository at this point in the history
  18. Robustify test

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    01a2dfe View commit details
    Browse the repository at this point in the history
  19. Rename conf to config

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ea30bfd View commit details
    Browse the repository at this point in the history
  20. Add unit tests for utils

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    8febef7 View commit details
    Browse the repository at this point in the history
  21. Add tests for config

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ac85b52 View commit details
    Browse the repository at this point in the history
  22. Remove unnecessary code

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    2edd9d5 View commit details
    Browse the repository at this point in the history
  23. Organise imports

    GjjvdBurg committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    7715b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    4dc7039 View commit details
    Browse the repository at this point in the history
  2. Simplify init

    GjjvdBurg committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3ed86b0 View commit details
    Browse the repository at this point in the history
  3. Code formatting

    GjjvdBurg committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0f02b98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    328c618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55191db View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    6efe0b9 View commit details
    Browse the repository at this point in the history
  2. Add bagde to readme

    GjjvdBurg committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f7012df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c534c75 View commit details
    Browse the repository at this point in the history