Fix encoding problems in python2

This commit is contained in:
Ritiek
2017-06-21 00:34:24 +05:30
parent f36b3cc3f0
commit 0c328079a8
5 changed files with 20 additions and 11 deletions

1
test/.cache/v/cache/lastfailed vendored Normal file
View File

@@ -0,0 +1 @@
{}

6
test/test_sample.py Normal file
View File

@@ -0,0 +1,6 @@
# content of test_sample.py
def func(x):
return x + 1
def test_answer():
assert func(3) == 4