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

Multiple tests are skipped for Async operations #155

Open
5 tasks
henrikstranneheim opened this issue Oct 24, 2024 · 2 comments
Open
5 tasks

Multiple tests are skipped for Async operations #155

henrikstranneheim opened this issue Oct 24, 2024 · 2 comments
Assignees

Comments

@henrikstranneheim
Copy link
Contributor

As a system developer
I want all test functions to not be skipped,
So that I can change the code and trust in the test suite.

Screenshot 2024-10-24 at 10 45 47

Acceptance Criteria

  • Criteria 1
  • Criteria 2
  • Criteria 3
    ...

Notes

  • Additional information.
  • Dependencies.
  • Related user stories.

Implementation plan

  • Work item 1
  • Work item 2
@henrikstranneheim
Copy link
Contributor Author

@ahdamin This seem to be related to the async changes.

@ahdamin
Copy link
Contributor

ahdamin commented Oct 24, 2024

Thank you, @henrikstranneheim, for highlighting this issue. It seems we need to add a fixture for AsyncSession and incorporate pytest-asyncio to properly handle tests involving asynchronous operations

@ahdamin ahdamin changed the title A short, descriptive title. Multiple Tests are skipped for Async Operations Oct 24, 2024
@ahdamin ahdamin changed the title Multiple Tests are skipped for Async Operations Multiple tests are skipped for Async operations Oct 24, 2024
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

No branches or pull requests

2 participants