techfreakworm's picture
chore: scaffold python project (requirements, gitignore, pytest, package skeleton)
5ac45ec unverified
Raw
History Blame Contribute Delete
64 Bytes
[pytest]
testpaths = tests
asyncio_mode = auto
addopts = -ra -q