run unittests from the test folder
This commit is contained in:
		
							parent
							
								
									3017aa3b9f
								
							
						
					
					
						commit
						9de4e50f81
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
 | 
					# This workflow will install Python dependencies, run tests and lint with a single version of Python
 | 
				
			||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
 | 
					# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name: Python application
 | 
					name: unittests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
| 
						 | 
					@ -33,4 +33,4 @@ jobs:
 | 
				
			||||||
        flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
 | 
					        flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
 | 
				
			||||||
    - name: Test with pytest
 | 
					    - name: Test with pytest
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        pytest
 | 
					        pytest test
 | 
				
			||||||
		Loading…
	
		Reference in New Issue