File: setup.cfg

package info (click to toggle)
aioredis 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,104 kB
  • sloc: python: 11,112; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool:pytest]
minversion = 2.9.1
addopts = -r a --cov-report=term --cov-report=html
restpaths = tests
markers = 
	timeout: Set coroutine execution timeout (default is 15 seconds).
	redis_version(*version, reason): Mark test expecting minimum Redis version
	skip(reason): Skip test
python_files = 
	test_*.py
	*_test.py
	_testutils.py

[coverage:run]
branch = true
source = aioredis,tests

[flake8]
ignore = 
	E741
	E121
	E123
	E126
	E226
	E24
	E704
	W503
	W504

[egg_info]
tag_build = 
tag_date = 0