Skip to content
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

Docker test fixtures #275

Merged
merged 2 commits into from Apr 1, 2018
Merged

Docker test fixtures #275

merged 2 commits into from Apr 1, 2018

Conversation

terrycain
Copy link
Collaborator

@terrycain terrycain commented Mar 31, 2018

So I noticed in a few places, MYSQL_PORT env variable was being assigned to a variable, but never actually used when the connection was made. Fixed that.

Added a pytest fixture to run MySQL in a container. It also configures MySQL to use TLS (which is optional) so it can be used for both SSL and non SSL tests.

@codecov
Copy link

codecov bot commented Mar 31, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files           9        9           
  Lines        1157     1157           
  Branches      172      172           
=======================================
  Hits         1075     1075           
  Misses         53       53           
  Partials       29       29

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 5ad7e75...fba6b35. Read the comment docs.

Copy link
Member

@jettify jettify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jettify jettify merged commit 4409f2a into aio-libs:master Apr 1, 2018
Nothing4You added a commit that referenced this pull request Jan 30, 2022
this was introduced in #275 for running the database in a container but is no longer needed
Nothing4You added a commit that referenced this pull request Jan 30, 2022
this was introduced in #275 for running the database in a container but is no longer needed
Nothing4You added a commit that referenced this pull request Jan 30, 2022
this was introduced in #275 for running the database in a container but is no longer needed
Nothing4You added a commit that referenced this pull request Jan 30, 2022
this was introduced in #275 for running the database in a container but is no longer needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants