This website works better with JavaScript.
Home
Help
Register
Sign In
htgoebel
/
pEpPythonAdapter
forked from
pEp.foundation/pEpPythonAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
just add encoding header to all test files "# -*- coding: utf-8 -*-"
cython
heck
2 years ago
parent
bf4d618a8a
commit
5963723853
6 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/__init__.py
+1
-0
tests/conftest.py
+1
-0
tests/constants.py
+1
-0
tests/test_identity.py
+1
-0
tests/test_message.py
+1
-0
tests/test_pep.py
+ 1
- 0
tests/__init__.py
View File
@ -0,0 +1 @@
# -*- coding: utf-8 -*-
+ 1
- 0
tests/conftest.py
View File
@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
pytest configuration for the unit tests.
"""
import
os
+ 1
- 0
tests/constants.py
View File
@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Constants for unit tests.
"""
+ 1
- 0
tests/test_identity.py
View File
@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Identity unit tests.
"""
import
os
+ 1
- 0
tests/test_message.py
View File
@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Message unit tests.
"""
from
.
import
constants
+ 1
- 0
tests/test_pep.py
View File
@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Unit test for pEp package, not for subpackages or modules.
"""
Write
Preview
Loading…
Cancel
Save