Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate test for extension to functional tests #5374

Merged
merged 3 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: v1.4
hooks:
- id: autoflake
exclude: &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
exclude: &fixtures tests/functional/|tests/input|tests/regrtest_data/|tests/data/
args:
- --in-place
- --remove-all-unused-imports
Expand Down
45 changes: 0 additions & 45 deletions tests/extensions/data/overlapping_exceptions.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests/extensions/data/overlapping_exceptions_py33.py

This file was deleted.

47 changes: 0 additions & 47 deletions tests/extensions/test_bad_builtin.py

This file was deleted.

76 changes: 0 additions & 76 deletions tests/extensions/test_broad_try_clause.py

This file was deleted.

72 changes: 0 additions & 72 deletions tests/extensions/test_check_mccabe.py

This file was deleted.

60 changes: 0 additions & 60 deletions tests/extensions/test_comparetozero.py

This file was deleted.

58 changes: 0 additions & 58 deletions tests/extensions/test_docstyle.py

This file was deleted.

Loading