Initial commit for test cases python3 porting
This commit is contained in:
parent
7773392847
commit
dac95989b4
1
pybitmessage
Symbolic link
1
pybitmessage
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
src
|
0
src/tests/tests_compatibility/__init__.py
Executable file
0
src/tests/tests_compatibility/__init__.py
Executable file
6
src/tests/tests_compatibility/utils.py
Executable file
6
src/tests/tests_compatibility/utils.py
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
'''
|
||||||
|
Encoded Methods
|
||||||
|
'''
|
||||||
|
|
||||||
|
def encoded_string(instance):
|
||||||
|
return instance.encode('raw_unicode_escape')
|
Reference in New Issue
Block a user