##// END OF EJS Templates
make sure to run async tests...
make sure to run async tests there are some `async def` tests, but they are skipped without `mark("asyncio")`

File last commit:

r26208:778dac10
r27386:82d1a374
Show More
.flake8
5 lines | 143 B | text/plain | TextLexer
[flake8]
ignore = W293,E301,E271,E265,W291,E722,E302,C901,E225,E128,E122,E226,E231
max-line-length = 160
exclude = tests/*
max-complexity = 10