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

Review architecture and add tests #12

Merged
merged 23 commits into from
Jan 2, 2022
Merged

Review architecture and add tests #12

merged 23 commits into from
Jan 2, 2022

Commits on Dec 29, 2021

  1. Change name to allow testing

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    64a8e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ce262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d00af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab5579 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfe394a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e77b4b6 View commit details
    Browse the repository at this point in the history
  7. Changes for config

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    c61ed32 View commit details
    Browse the repository at this point in the history
  8. Fix collection tests

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    2865c4a View commit details
    Browse the repository at this point in the history
  9. doc: Add information about tests

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    2963733 View commit details
    Browse the repository at this point in the history
  10. Add some test for main package

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    6133c89 View commit details
    Browse the repository at this point in the history
  11. Remove useless printed variables

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    dae1eb9 View commit details
    Browse the repository at this point in the history
  12. Working test for HomeHandler!

    DblK committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    3edc060 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Use mock for everything

    DblK committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c6b5199 View commit details
    Browse the repository at this point in the history
  2. Create a TinShop struct

    DblK committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c44f3c0 View commit details
    Browse the repository at this point in the history
  3. Remove some globals

    DblK committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    2662595 View commit details
    Browse the repository at this point in the history
  4. Remove latest global var

    DblK committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    5262464 View commit details
    Browse the repository at this point in the history
  5. Handle duplicate in collection

    DblK committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    4217163 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Add test for world entry point

    DblK committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    c6016f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Update to ginkgo v2

    DblK committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    5df6232 View commit details
    Browse the repository at this point in the history
  2. Use DescribeTable of ginkgo v2!

    DblK committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    e149ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d36cde9 View commit details
    Browse the repository at this point in the history
  4. Cleaner use for Expect

    DblK committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    376bf7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdbdbad View commit details
    Browse the repository at this point in the history