mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixing docstrings
This commit is contained in:
parent
c5238d9311
commit
05b962c742
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ import pytest
|
|||
)
|
||||
def test_wheel_contents(pytestconfig):
|
||||
"""
|
||||
This test, should test the contents of the wheel to make sure,
|
||||
This test should test the contents of the wheel to make sure
|
||||
that everything that is needed is included in the final build
|
||||
"""
|
||||
dist_folder = pytestconfig.getoption("--check-build")
|
||||
|
|
@ -48,8 +48,8 @@ def test_wheel_contents(pytestconfig):
|
|||
)
|
||||
def test_sdist_contents(pytestconfig, expected_file):
|
||||
"""
|
||||
This test, should test the contents of the wheel to make sure,
|
||||
that everything that is needed is included in the final build
|
||||
This test should test the contents of the source distribution to make sure
|
||||
that everything that is needed is included in the final build.
|
||||
"""
|
||||
dist_folder = pytestconfig.getoption("--check-build")
|
||||
sdist_files = Path(dist_folder).rglob("*.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue