-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use new pytest fixtures with SQLite #79
Draft
danielhollas
wants to merge
25
commits into
main
Choose a base branch
from
sqlite-fixtures
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danielhollas
force-pushed
the
sqlite-fixtures
branch
3 times, most recently
from
November 19, 2024 13:28
63d51d9
to
984bfd2
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
November 19, 2024 15:15
984bfd2
to
a947d53
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
2 times, most recently
from
November 29, 2024 02:00
cddf0b2
to
e725cf9
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
December 2, 2024 12:40
e725cf9
to
6b8b368
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
December 9, 2024 13:47
54ab55d
to
d283ca6
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
December 9, 2024 14:07
d283ca6
to
1eaca43
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
==========================================
+ Coverage 92.71% 92.90% +0.18%
==========================================
Files 9 9
Lines 453 465 +12
==========================================
+ Hits 420 432 +12
Misses 33 33 ☔ View full report in Codecov by Sentry. |
danielhollas
force-pushed
the
sqlite-fixtures
branch
2 times, most recently
from
December 22, 2024 10:52
a9a5f3a
to
6b7edd5
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
December 22, 2024 11:03
6b7edd5
to
08d25f1
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
January 7, 2025 23:06
583bcb9
to
e1f22f7
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
January 7, 2025 23:35
cbb0dfa
to
a6498a7
Compare
danielhollas
force-pushed
the
sqlite-fixtures
branch
from
January 7, 2025 23:45
a6498a7
to
3c34c09
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP
Closes #70
Blocked on #85