-
Notifications
You must be signed in to change notification settings - Fork 325
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
Create MultiTableMetadata
class
#924
Create MultiTableMetadata
class
#924
Conversation
Codecov Report
@@ Coverage Diff @@
## V1.0.0.dev #924 +/- ##
==============================================
+ Coverage 70.26% 73.34% +3.08%
==============================================
Files 39 40 +1
Lines 3027 3377 +350
==============================================
+ Hits 2127 2477 +350
Misses 900 900
Continue to review full report at Codecov.
|
- Instance of ``MultiTableMetadata``. | ||
- Add mocked values to ``instance._tables`` and ``instance._relationships``. | ||
Mock: | ||
- Mock ``SingleTableMetadata`` like object to ``instance._tables``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of SingleTableMetadata
in the multitable files. Maybe ctrl f for them and put MultiTableMetadata
instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they should be ok since they are mocks of SingleTableMetadata
or just calls from it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides @fealho 's comments this looks good to me. After addressing
Resolves #883