Skip to content

Commit

Permalink
Migrate test for extension to functional tests
Browse files Browse the repository at this point in the history
This permit to upgrade the fixtures in pre-commit.
  • Loading branch information
Pierre-Sassoulas committed Nov 22, 2021
1 parent 9e32192 commit 14f7b7c
Show file tree
Hide file tree
Showing 43 changed files with 204 additions and 673 deletions.
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

0 comments on commit 14f7b7c

Please sign in to comment.