mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-04-19 07:23:38 +00:00
add ruff config
run files through formatter add dosctrings to satisfy the linter
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
"""pytest configuration for async tests using anyio."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def anyio_backend():
|
||||
return "asyncio"
|
||||
"""Return the backend to use for async tests."""
|
||||
return 'asyncio'
|
||||
|
||||
Reference in New Issue
Block a user