mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Running black on updated file
This commit is contained in:
parent
6b5ad4e833
commit
6f66b330e6
|
@ -297,5 +297,5 @@ def test_pycharm_docs_removed(cookies, context, use_pycharm, pycharm_docs_exist)
|
|||
result = cookies.bake(extra_context=context)
|
||||
|
||||
with open(f"{result.project}/docs/index.rst", "r") as f:
|
||||
has_pycharm_docs = 'pycharm/configuration' in f.read()
|
||||
has_pycharm_docs = "pycharm/configuration" in f.read()
|
||||
assert has_pycharm_docs == pycharm_docs_exist
|
||||
|
|
Loading…
Reference in New Issue
Block a user