pre-commit run fix-encoding-pragma --all-files

This commit is contained in:
Anthony Sottile
2019-06-02 15:30:53 -07:00
committed by Bruno Oliveira
parent 99057555e1
commit 5034399d7a
188 changed files with 0 additions and 188 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# flasky extensions. flasky pygments style based on tango style
from pygments.style import Style
from pygments.token import Comment

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# pytest documentation build configuration file, created by
# sphinx-quickstart on Fri Oct 8 17:54:28 2010.

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
collect_ignore = ["conf.py"]

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import _pytest._code
import pytest
from pytest import raises

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import py
import pytest

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
hello = "world"

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import py
failure_demo = py.path.local(__file__).dirpath("failure_demo.py")

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
def setup_module(module):
module.TestStateFullThing.classcount = 0

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
collect_ignore = ["nonpython"]

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
#

View File

@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
def test_quick(setup):
pass

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
#

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
def test_something(setup):
assert setup.timecostly == 1

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
module containing a parametrized tests testing cross-python
serialization via the pickle module.

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# content of conftest.py
import pytest

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import sys
import pytest

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
def test_exception_syntax():
try:
0 / 0

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# run this with $ pytest --collect-only test_collectonly.py
#

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
xfail = pytest.mark.xfail