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 a nox option to run tests as a backend group and docstring walkthough for understanding #42

Merged
merged 10 commits into from
Sep 1, 2022

Conversation

willingc
Copy link
Contributor

@willingc willingc commented Aug 31, 2022

Running nox -e devtest will run each backend test file individually and report results.

Copy link
Contributor

@kafonek kafonek left a comment

Choose a reason for hiding this comment

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

👍 ❤️

@willingc
Copy link
Contributor Author

Need to refactor the poetry side of things. Poetry 1.2 got released today but probably makes sense to stay 1.1.2 in the short term. We'll see. It's been a bit of a pain installing.

@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2022

Codecov Report

Merging #42 (b90ea0f) into main (8ca10be) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   94.58%   94.58%           
=======================================
  Files           8        8           
  Lines         499      499           
=======================================
  Hits          472      472           
  Misses         27       27           
Impacted Files Coverage Δ
sending/backends/memory.py 100.00% <ø> (ø)
sending/backends/redis.py 100.00% <ø> (ø)
sending/base.py 93.49% <ø> (ø)
sending/backends/websocket.py 90.62% <100.00%> (ø)

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 8ca10be...b90ea0f. Read the comment docs.

@willingc willingc merged commit 3caa532 into main Sep 1, 2022
@willingc willingc deleted the add-nox-poetry branch September 1, 2022 02:03
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.

4 participants