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 mocktest module #255

Merged
merged 32 commits into from
Apr 26, 2024
Merged

Add mocktest module #255

merged 32 commits into from
Apr 26, 2024

Commits on Apr 8, 2024

  1. define mocktest pkg

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    70f3189 View commit details
    Browse the repository at this point in the history
  2. directive to force path

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d95e373 View commit details
    Browse the repository at this point in the history
  3. add asserts node

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d18db18 View commit details
    Browse the repository at this point in the history
  4. prefer testmock

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3b28cfa View commit details
    Browse the repository at this point in the history
  5. allow appending new paths

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    93daad7 View commit details
    Browse the repository at this point in the history
  6. support multiple clients

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    380e2de View commit details
    Browse the repository at this point in the history
  7. preserve ordering

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    296563e View commit details
    Browse the repository at this point in the history
  8. use generics for running tests

    Brian Mendoza committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f7a1495 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. add once nodes

    Brian Mendoza committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e76ab9e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. invoke reconcile indirectly

    Brian Mendoza committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7326f0e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. add controller test util

    Brian Mendoza committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9304f43 View commit details
    Browse the repository at this point in the history
  2. replace interfaces with explicit types

    Brian Mendoza committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1786645 View commit details
    Browse the repository at this point in the history
  3. test with non-controllers

    Brian Mendoza committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    71c1830 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into mocktest

    Brian Mendoza committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    43a6b43 View commit details
    Browse the repository at this point in the history
  5. update tests

    Brian Mendoza committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    78e5093 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. address lints

    Brian Mendoza committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2cb7633 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. reduce complexity

    Brian Mendoza committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b8a2798 View commit details
    Browse the repository at this point in the history
  2. goimports

    Brian Mendoza committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3f1d4b1 View commit details
    Browse the repository at this point in the history
  3. refactor internals

    Brian Mendoza committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4a911e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. support event nodes

    Brian Mendoza committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    10fb8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. abstract channel from events

    Brian Mendoza committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f8402b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. enhance with docs

    Brian Mendoza committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    877f768 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. exclude goimports in controller tests

    Brian Mendoza committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b6bae36 View commit details
    Browse the repository at this point in the history
  2. nilcheck

    Brian Mendoza committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f742e57 View commit details
    Browse the repository at this point in the history
  3. fix test

    Brian Mendoza committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2a8fd12 View commit details
    Browse the repository at this point in the history
  4. include mocktest in coverage

    Brian Mendoza committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ea505af View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. test suite

    Brian Mendoza committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3341a63 View commit details
    Browse the repository at this point in the history
  2. events and logs from mock obj

    Brian Mendoza committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b5efbc View commit details
    Browse the repository at this point in the history
  3. full coverage

    Brian Mendoza committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3908ab View commit details
    Browse the repository at this point in the history
  4. more tests

    Brian Mendoza committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    48a0f9f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. require Path in OneOf

    Brian Mendoza committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9ce1d98 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'main' into mocktest

    Brian Mendoza committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    56ac277 View commit details
    Browse the repository at this point in the history