Skip to content
Snippets Groups Projects
Verified Commit 1da4a7e7 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

chore: speedup pytest

Specifying the particular directory with tests
significantly speeds up their collection and execution.

Before:

```console
$ time pytest -k nothing
12 deselected in 1.36s
```

After:

```
12 deselected in 0.04s
```
parent 47a6e7cb
No related branches found
No related tags found
1 merge request!96chore: speedup pytest
Pipeline #4722 passed
[pytest]
testpaths =
test/int
addopts =
-v
--ignore tarantool
--ignore tarantool-sys
--ignore tarantool-patches
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment