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