Skip to content
Snippets Groups Projects
Yaroslav Dynnikov's avatar
Yaroslav Dynnikov authored
This patch introduces a new type of tests - manual. They aren't run by
default. You can use it for development experiments:

```bash
pytest test/manual -s -k instant
pytest test/manual -s -k chunked
```
cb488fe6
History
Name Last commit Last update
..