Using tox -e py27 -- -m benchmark or pytest -m benchmark you can now run the benchmarking tests
		
			
				
	
	
		
			23 lines
		
	
	
		
			427 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			427 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[wheel]
 | 
						|
universal = true
 | 
						|
 | 
						|
[pytest]
 | 
						|
norecursedirs = build docs/_build *.egg .tox *.venv
 | 
						|
addopts =
 | 
						|
    --verbose
 | 
						|
    --tb=short
 | 
						|
    --capture=no
 | 
						|
    # show extra test summary info as specified by chars (f)ailed, (E)error,
 | 
						|
    # (s)skipped, (x)failed, (X)passed.
 | 
						|
    -rfEsxX
 | 
						|
    --cov=pymemcache --cov-report=xml --cov-report=term-missing
 | 
						|
    -m unit
 | 
						|
 | 
						|
markers =
 | 
						|
    unit
 | 
						|
    integration
 | 
						|
    benchmark
 | 
						|
 | 
						|
[flake8]
 | 
						|
show-source = True
 |