Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

E2E Testing #12

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open

E2E Testing #12

wants to merge 55 commits into from

Conversation

fahrinh
Copy link

@fahrinh fahrinh commented Sep 9, 2019

Please read test/e2e/README.md

@fahrinh fahrinh requested a review from hawarir September 9, 2019 06:42
@codecov-io
Copy link

codecov-io commented Sep 9, 2019

Codecov Report

Merging #12 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c54783e...dd28926. Read the comment docs.

test/e2e/e2e.py Outdated
# ===
print("Creating containers ...")

redis_src_container = run_container(
Copy link
Contributor

@hawarir hawarir Sep 9, 2019

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.

Copy link
Author

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 @@
{
Copy link
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants