-
Notifications
You must be signed in to change notification settings - Fork 0
E2E Testing #12
base: master
Are you sure you want to change the base?
E2E Testing #12
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
======================================
Coverage 65.5% 65.5%
======================================
Files 2 2
Lines 229 229
======================================
Hits 150 150
Misses 67 67
Partials 12 12 Continue to review full report at Codecov.
|
test/e2e/e2e.py
Outdated
# === | ||
print("Creating containers ...") | ||
|
||
redis_src_container = run_container( |
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.
Can we wrap the run_container
used by the backing Redis into another function? The only parameters that differs are the name
and dbfilename
, it would help the run_test
readibility, which is already quite long as it is.
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.
Done. 5bde833
@@ -0,0 +1,4 @@ | |||
{ |
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.
Is this settings essential for the build? If not, can it be gitignored?
Please read
test/e2e/README.md