Skip to content

Commit

Permalink
Simplify code in branch to investigate Issue #62
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainDe committed May 30, 2023
1 parent 5671efa commit 7f7c1f6
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 6,484 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/my_github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,8 @@ jobs:
run: |
pip install --upgrade pip
pip --version
pip install --upgrade pycodestyle
pip install pep257
pip install pydocstyle
pip install --upgrade pyflakes || true
pip install coverage
pip install unittest2
- name: Check codestyle
run: |
pycodestyle --ignore=E501,E231,W503,E126,E123 *.py */*.py
pycodestyle --select=E501,E231,W503,E126,E123 *.py */*.py || true
pep257 *.py */*.py || true
pydocstyle *.py */*.py || true
pyflakes . || true
- name: Run examples
run: |
python didyoumean/didyoumean_sugg_tests.py
python didyoumean/readme_examples.py
- name: Run unit-tests without coverage
run: |
python -m unittest discover --start-directory=didyoumean --pattern=*.py
Expand All @@ -134,10 +119,4 @@ jobs:
run: |
coverage run -m unittest discover --start-directory=didyoumean --pattern=*.py
coverage run -m unittest2 discover --start-directory=didyoumean --pattern=*.py || true
- name: Install locally
run: |
pip install . --use-pep517
- name: Run coverage tools
run: |
coveralls || true
1 change: 0 additions & 1 deletion didyoumean/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"""Empty file. Might grow in the future."""
import didyoumean_api
115 changes: 0 additions & 115 deletions didyoumean/didyoumean_api.py

This file was deleted.

Loading

0 comments on commit 7f7c1f6

Please sign in to comment.