Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Feb 22, 2021
1 parent db3fce8 commit 7b9102c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/conftest.py
Expand Up @@ -8,15 +8,13 @@
def project_with_default_style(tmp_path):
"""Project with the default Nitpick style.
.. note::
These imports below have to be here. within the fixture, otherwise they raise an error on tox:
These imports below have to be here within the fixture, otherwise they raise an error on tox:
$ tox -e clean,py38,report
(...)
Coverage.py warning: No data was collected. (no-data-collected)
.tox/py38/lib/python3.8/site-packages/pytest_cov/plugin.py:271: PytestWarning:
Failed to generate report: No data to report.
.tox/py38/lib/python3.8/site-packages/pytest_cov/plugin.py:271:
PytestWarning: Failed to generate report: No data to report.
"""
from nitpick.constants import NITPICK_STYLE_TOML
from tests.helpers import ProjectMock
Expand Down

0 comments on commit 7b9102c

Please sign in to comment.