-
Notifications
You must be signed in to change notification settings - Fork 23
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
additional-tests-for-adapter #1904
Conversation
The test pyramid_oereb/tests/conftest.py Line 137 in c8201ee
Options:
What shall we do? |
How would you estimate the payload for the first option? It seems to me to be the cleaner option but I'm not sure if it exceeds the goal of this ticket? |
I guess the first option is doable. Seems to be almost only copy and paste. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1904 +/- ##
=======================================
Coverage 80.59% 80.59%
=======================================
Files 125 125
Lines 5266 5266
=======================================
Hits 4244 4244
Misses 1022 1022
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I had again a look at pyramid_oereb/tests/conftest.py Line 228 in c8201ee
Balancing effort and yield I moved the adapter tests into a separate directory. |
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.
Looks good to me and reorganised tests pass in my local instance
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.
Looks good to me!
Thanks for the work!
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.
sorry I didn't answer earlier. Still ok for me, thanks 👍
Closes #1880