mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 18:24:44 +00:00
ADD test_korean.py
This commit is contained in:
parent
a811d79754
commit
ca5807f40d
1 changed files with 10 additions and 0 deletions
10
tests/test_korean.py
Normal file
10
tests/test_korean.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import pytest
|
||||
import pysnooper
|
||||
|
||||
@pysnooper.snoop()
|
||||
def func(x):
|
||||
return x + 1
|
||||
def test_korean(x):
|
||||
assert func(x) != x+1, '성공!'
|
||||
test_korean(0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue