Revision bab557e9f669caa69bca8cac239ba460542857db authored by Nicolas Dandrimont on 26 April 2021, 10:55:00 UTC, committed by Nicolas Dandrimont on 30 April 2021, 18:13:38 UTC
This would only be useful if we had multiple runners running
concurrently, but that's not the case.
1 parent feff179
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top