Kaynağa Gözat

Fix Black Autocorrect

Black attempted to spread a template line onto multiple. Cookiecutter
doesn't like this.
master
Nate Bohman 2 yıl önce
ebeveyn
işleme
80b61b4482
İmzalayan: Nate Bohman <natrinicle@gmail.com> GPC Anahtar Kimliği: C10546A54ABA1CE5
1 değiştirilmiş dosya ile 1 ekleme ve 12 silme
  1. +1
    -12
      {{cookiecutter.project_slug}}/tests/test_{{cookiecutter.project_slug}}.py

+ 1
- 12
{{cookiecutter.project_slug}}/tests/test_{{cookiecutter.project_slug}}.py Dosyayı Görüntüle

@@ -13,19 +13,8 @@ from __future__ import (
import logging

import pytest
from {{cookiecutter.project_slug}} import ( # pylint: disable=invalid-name
'' }},
'_',
.replace,
=,
__name__,
logger,
logging.getLogger,
{{ cookiecutter.project_slug.title,
)

FIXTURE_PATH = "{}/fixtures".format(os.path.dirname(os.path.abspath(__file__)))

from {{ cookiecutter.project_slug }} import {{ (cookiecutter.project_slug.title()).replace('_', '') }}

class Test{{ (cookiecutter.project_slug.title()).replace('_', '') }}:
def test_one(self):

Yükleniyor…
İptal
Kaydet