Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed May 27, 2024
1 parent 5e3df03 commit 5b8fb0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/conftest.py

This file was deleted.

4 changes: 4 additions & 0 deletions tests/test_aioshutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 4,12 @@
import stat
from pathlib import Path

import pytest

import aioshutil

pytestmark = [pytest.mark.asyncio]


async def test_copyfileobj(tmp_path: Path):
(tmp_path / "temp.txt").write_text("Hello World!", encoding="utf-8")
Expand Down

0 comments on commit 5b8fb0f

Please sign in to comment.