aceg1k

Results 3 issues of aceg1k

Hi, just another pull request from my side. ### Rationale Confidentiality, Integrity and Availability (CIA) of a tech asset may be inferred from the data that tech asset processes. ###...

Hi, thank you very much for your great work on this project, I hope it is still active and open for pull requests. ### Rationale Whenever data assets are stored,...

Contrary to the statements in the documentation ([here](https://github.com/pytest-dev/pytest-asyncio/blob/b60649a648912a79ce6f3443ca7ac2c67fe9a5b7/docs/source/how-to-guides/multiple_loops.rst?plain=1#L5) and [here](https://github.com/pytest-dev/pytest-asyncio/blob/b60649a648912a79ce6f3443ca7ac2c67fe9a5b7/docs/source/reference/fixtures/index.rst?plain=1#L34-L35)), the fixture is not only applied to all pytest-asyncio tests, but also applied to all other tests. ```python import asyncio...

bug