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

Prefer usage of pytest rather than py.test #1058

Merged
merged 1 commit into from
May 3, 2021
Merged

Prefer usage of pytest rather than py.test #1058

merged 1 commit into from
May 3, 2021

Conversation

BoboTiG
Copy link
Contributor

@BoboTiG BoboTiG commented May 3, 2021

py.test was chosen over pytest but it is not planned for removal yet [1].
Anyway, it is a good thing to ensure we are using the correct Python version
with the right pytest installed, so using python -m pytest is recommended.

[1] pytest-dev/pytest#1629

`py.test` was chosen over `pytest` but it is not planned for removal yet [1].
Anyway, it is a good thing to ensure we are using the correct Python version
with the right `pytest` installed, so using `python -m pytest` is recommended.

[1] pytest-dev/pytest#1629
@codecov-commenter
Copy link

Codecov Report

Merging #1058 (3bf9577) into master (1274d86) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1058   +/-   ##
=======================================
  Coverage   95.77%   95.77%           
=======================================
  Files          61       61           
  Lines        3976     3976           
=======================================
  Hits         3808     3808           
  Misses        168      168           

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 1274d86...3bf9577. Read the comment docs.

@jkbrzt jkbrzt merged commit 7cbdf2c into httpie:master May 3, 2021
@jkbrzt
Copy link
Member

jkbrzt commented May 3, 2021

Cheers, @BoboTiG!

@BoboTiG BoboTiG deleted the impr-pytest-rather-than-py.test branch May 3, 2021 17:25
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

3 participants