@@ -24,4 +24,6 @@ pylint:
 | 
			
		||||
test:
 | 
			
		||||
  stage: test
 | 
			
		||||
  image: python:3-alpine
 | 
			
		||||
  before_script:
 | 
			
		||||
    - pip install pytest --no-cache-dir
 | 
			
		||||
  script: pytest --show-locals .
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user