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 -*-
import doctest
import operator
from decimal import Decimal

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
from _pytest import python
from _pytest import runner

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
def test_show_fixtures_and_test(testdir):
""" Verifies that fixtures are not executed. """
p = testdir.makepyfile(

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
def test_no_items_should_not_show_output(testdir):