File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- """
2- Setup for test suite.
3- """
1+ """Setup for test suite."""
42
53import uuid
64from collections .abc import Generator
@@ -63,9 +61,7 @@ def fixture_mock_vws(
6361
6462@beartype
6563def pytest_collection_modifyitems (items : list [pytest .Item ]) -> None :
66- """
67- Apply the beartype decorator to all collected test functions.
68- """
64+ """Apply the beartype decorator to all collected test functions."""
6965 for item in items :
7066 if isinstance (item , pytest .Function ):
7167 item .obj = beartype (obj = item .obj )
Original file line number Diff line number Diff line change 1- """
2- Documentation.
3- """
1+ """Documentation."""
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2- """
3- Configuration for Sphinx.
4- """
2+ """Configuration for Sphinx."""
53
64import importlib .metadata
75from pathlib import Path
You can’t perform that action at this time.
0 commit comments