mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Improve test coverage.
This commit is contained in:
parent
b80ca9e84a
commit
8270d81308
4 changed files with 44 additions and 1 deletions
5
testing/resources/file_with_debug.notpy
Normal file
5
testing/resources/file_with_debug.notpy
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
def foo(obj):
|
||||
import pdb; pdb.set_trace()
|
||||
|
||||
return 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue