-
Notifications
You must be signed in to change notification settings - Fork 42
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
Poetry for Dependency Management and TestContainers for Integration Testing #134
Conversation
@tylerhutcherson Test will likely fail in CI since we would need to configure Github Actions correctly to use TestContainers. I will look into that soon. But please test locally and see if it all works for you! |
0a45659
to
a02257a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #134 +/- ##
=======================================
Coverage 88.43% 88.43%
=======================================
Files 26 26
Lines 1565 1565
=======================================
Hits 1384 1384
Misses 181 181 ☔ View full report in Codecov by Sentry. |
8a82e13
to
74f709b
Compare
37edf15
to
c11e5d0
Compare
5bb2f7a
to
bba1c44
Compare
3169a8a
to
4571aef
Compare
d0221d8
to
3283d38
Compare
3283d38
to
19e2af8
Compare
poetry check failing for unrecognized classifier
c9c8758
to
0aa0ced
Compare
…esting (#134) In this PR: - Uses Poetry for Dependency Management - Replaces the Makefile with Python scripts that can be run from Poetry - Implements TestContainers with a Docker Compose file for integration testing --------- Co-authored-by: Robert Shelton <robert.b.shelton.42@gmail.com> Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>
In this PR: