forked from python-lz4/python-lz4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
20 lines (19 loc) · 705 Bytes
/
Copy pathtox.ini
File metadata and controls
20 lines (19 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py
[testenv]
deps=.[tests]
passenv = *
# setenv = PYTHONMALLOC = pymalloc
# PYTHONMALLOCSTATS = 'yes'
commands=
pytest --tb=long -l tests/block/test_block_0.py
pytest --tb=long -l tests/block/test_block_1.py
pytest --tb=long -l tests/block/test_block_2.py
pytest --tb=long -l tests/frame/test_frame_0.py
pytest --tb=long -l tests/frame/test_frame_1.py
pytest --tb=long -l tests/frame/test_frame_2.py
pytest --tb=long -l tests/frame/test_frame_3.py
pytest --tb=long -l tests/frame/test_frame_4.py
pytest --tb=long -l tests/frame/test_frame_5.py
pytest --tb=long -l tests/frame/test_frame_6.py
pytest --tb=long -l tests/frame/test_frame_7.py