mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Use suggested emacs style coding statements (see https://www.python.org/dev/peps/pep-0263/).
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
'''Basic tests for cassettes'''
|
'''Basic tests for cassettes'''
|
||||||
# coding=utf-8
|
|
||||||
|
|
||||||
# External imports
|
# External imports
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
'''Basic tests about save behavior'''
|
'''Basic tests about save behavior'''
|
||||||
# coding=utf-8
|
|
||||||
|
|
||||||
# External imports
|
# External imports
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
'''Integration tests with httplib2'''
|
'''Integration tests with httplib2'''
|
||||||
# coding=utf-8
|
|
||||||
|
|
||||||
# External imports
|
# External imports
|
||||||
from six.moves.urllib_parse import urlencode
|
from six.moves.urllib_parse import urlencode
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
'''Integration tests with urllib2'''
|
'''Integration tests with urllib2'''
|
||||||
# coding=utf-8
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from six.moves.urllib.request import urlopen
|
from six.moves.urllib.request import urlopen
|
||||||
|
|||||||
Reference in New Issue
Block a user