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

fixtures: create engine inside app fixture #61

Merged
merged 2 commits into from
Jun 4, 2020

Conversation

diegodelemos
Copy link
Member

  • Previously on single test executions the session would be
    pointing to the wrong database URI for tests (defautl), causing
    the tests to fail.

@diegodelemos diegodelemos added this to In review in 2020-Q2-New-SSO Jun 3, 2020
diegodelemos pushed a commit to diegodelemos/reana-job-controller that referenced this pull request Jun 4, 2020
* Fixes single test execution and updates `base_app` fixture according
  to reanahub/pytest-reana#61.
diegodelemos pushed a commit to diegodelemos/reana-job-controller that referenced this pull request Jun 4, 2020
* Fixes single test execution and updates `base_app` fixture according
  to reanahub/pytest-reana#61.
diegodelemos pushed a commit to diegodelemos/reana-job-controller that referenced this pull request Jun 4, 2020
* Updates `base_app` fixture according to reanahub/pytest-reana#61
  which fixes a DB initialisation problem.
Copy link
Member

@mvidalgarcia mvidalgarcia left a comment

Choose a reason for hiding this comment

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

Just one tiny thing, there's a typo in the commit message ("defautl")

pytest_reana/version.py Outdated Show resolved Hide resolved
* Previously on single test executions the session would be
  pointing to the wrong database URI for tests (default), causing
  the tests to fail.
@diegodelemos diegodelemos merged commit a41f27d into reanahub:master Jun 4, 2020
2020-Q2-New-SSO automation moved this from In review to Done Jun 4, 2020
diegodelemos pushed a commit to diegodelemos/reana-job-controller that referenced this pull request Jun 5, 2020
* Updates `base_app` fixture according to reanahub/pytest-reana#61
  which fixes a DB initialisation problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants