-
Notifications
You must be signed in to change notification settings - Fork 18
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
🧹 Move megacomplex integration tests from root level to megacomplexes #894
Conversation
Codecov Report
@@ Coverage Diff @@
## main #894 +/- ##
=====================================
Coverage 84.7% 84.7%
=====================================
Files 81 81
Lines 4603 4603
Branches 849 849
=====================================
Hits 3902 3902
Misses 559 559
Partials 142 142 Continue to review full report at Codecov.
|
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 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.
lgtm
Having those tests at 'gloratan/tests' would suggest that we are testing the functionality of gloratan/__init__.py. Since the tests are integration tests for combinations of different megacomplexes, 'glotaran/builtin/megacomplexes' is a more appropriate place for them.
25b242e
to
ade1dac
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
👍
Having those tests at
gloratan/tests
would suggest that we are testing the functionality of gloratan/init.py.Since the tests are integration tests for combinations of different megacomplexes,
glotaran/builtin/megacomplexes
is a more appropriate place for them.Change summary
Checklist