maxcountryman / tower-sessions

🥠 Sessions as a `tower` and `axum` middleware.
MIT License
249 stars 43 forks source link

Enable features that are needed to enable async unit tests. #170

Closed wt closed 7 months ago

wt commented 7 months ago

Seems to me that the tokio test infra should be enabled by default when running cargo test.

wt commented 7 months ago

Just so you know, I did this because I am trying to add some more tests.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.37%. Comparing base (811a91a) to head (949ca9a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ======================================= Coverage 71.37% 71.37% ======================================= Files 5 5 Lines 283 283 ======================================= Hits 202 202 Misses 81 81 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

maxcountryman commented 7 months ago

Thank you! 🙇

wt commented 7 months ago

You're welcome! 😁