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

Convert tests to use stdlib's AsyncMock() #173

Merged
merged 1 commit into from Jul 4, 2021

Conversation

marmarek
Copy link
Member

@marmarek marmarek commented Jul 4, 2021

asynctest doesn't work with Python 3.8+, but AsyncMock() and few other
parts are available in the standard library already.

See Martiusweb/asynctest#144 and Martiusweb/asynctest#126

asynctest doesn't work with Python 3.8+, but AsyncMock() and few other
parts are available in the standard library already.

See Martiusweb/asynctest#144 and Martiusweb/asynctest#126
@codecov
Copy link

codecov bot commented Jul 4, 2021

Codecov Report

Merging #173 (1a2ce72) into master (fce4685) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   75.45%   75.45%           
=======================================
  Files          51       51           
  Lines        7624     7624           
=======================================
  Hits         5753     5753           
  Misses       1871     1871           

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 fce4685...1a2ce72. Read the comment docs.

@marmarek marmarek merged commit 1a2ce72 into QubesOS:master Jul 4, 2021
@marmarek marmarek deleted the asyncmock branch September 11, 2021 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant