mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-08-01 15:30:19 +00:00
Test output directly to Path object (currently fails)
This commit is contained in:
parent
89d299f20f
commit
2732922e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ def test_file_output():
|
|||
with temp_file_tools.create_temp_folder(prefix='pysnooper') as folder:
|
||||
path = folder / 'foo.log'
|
||||
|
||||
@pysnooper.snoop(str(path))
|
||||
@pysnooper.snoop(path)
|
||||
def my_function(_foo):
|
||||
x = 7
|
||||
y = 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue