File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a single version of Python
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33
4- <<<<<<< HEAD
54name : Code correctness
6- =======
7- name : Python Password testing
8- >>>>>>> dev
95
106on :
117 push :
@@ -27,24 +23,14 @@ jobs:
2723 - name : Install dependencies
2824 run : |
2925 python -m pip install --upgrade pip
30- <<<<<<< HEAD
31- pip install flake8
32- =======
3326 pip install flake8 pytest
34- >>>>>>> dev
3527 pip install -r requirements.txt
3628 - name : Lint with flake8
3729 run : |
3830 # stop the build if there are Python syntax errors or undefined names
3931 flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4032 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4133 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
42- <<<<<<< HEAD
43- # - name: Test with pytest
44- # run: |
45- # pytest
46- =======
4734 - name : Test with pytest
4835 run : |
49- pytest "python_password/tests/test.py"
50- >>>>>>> dev
36+ pytest "python_password/tests/test.py
You can’t perform that action at this time.
0 commit comments