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

Add support to pytest command #168

Merged
merged 1 commit into from
Jun 11, 2020
Merged

Conversation

yakky
Copy link
Member

@yakky yakky commented Jun 11, 2020

Description

Update runner.setup to be able to run tests via python -mpytest

References

Fix #167

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

Merging #168 into develop will increase coverage by 0.07%.
The diff coverage is 96.55%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #168      +/-   ##
===========================================
+ Coverage    91.72%   91.80%   +0.07%     
===========================================
  Files            6        6              
  Lines          701      720      +19     
  Branches       115      119       +4     
===========================================
+ Hits           643      661      +18     
  Misses          20       20              
- Partials        38       39       +1     
Flag Coverage Δ
#unittests 91.80% <96.55%> (+0.07%) ⬆️
Impacted Files Coverage Δ
app_helper/runner.py 86.53% <90.90%> (+0.82%) ⬆️
app_helper/base_test.py 94.66% <100.00%> (+0.22%) ⬆️

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 2509d3d...d95a735. Read the comment docs.

@yakky yakky merged commit 96d97ee into develop Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve compatibility with pytest
1 participant