chore: speedup pytest
Specifying the particular directory with tests significantly speeds up their collection and execution.
Before:
$ time pytest -k nothing
12 deselected in 1.36s
After:
12 deselected in 0.04s
Edited by Yaroslav Dynnikov
Specifying the particular directory with tests significantly speeds up their collection and execution.
Before:
$ time pytest -k nothing
12 deselected in 1.36s
After:
12 deselected in 0.04s