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

test: move mocks into table driver unittests #154

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Sep 6, 2023

Fixing leftover TODO to refactory EXPECT
instead of switch case, move expect statements
from mockery inside each individual test

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

Fixing leftover TODO to refactory EXPECT
instead of switch case, move expect statements
from mockery inside each individual test

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #154 (2b56e0b) into main (70ae1a0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #154   +/-   ##
=======================================
  Coverage   48.06%   48.06%           
=======================================
  Files           5        5           
  Lines         853      853           
=======================================
  Hits          410      410           
  Misses        424      424           
  Partials       19       19           

@glimchb glimchb marked this pull request as ready for review September 6, 2023 02:53
@glimchb glimchb requested a review from a team as a code owner September 6, 2023 02:53
@glimchb glimchb merged commit 977ae2b into opiproject:main Sep 6, 2023
19 checks passed
@glimchb glimchb deleted the vtep branch September 6, 2023 02:53
@glimchb glimchb linked an issue Sep 6, 2023 that may be closed by this pull request
@glimchb glimchb mentioned this pull request Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: start using mocks
1 participant