Skip to content

Commit f5fceb8

Browse files
committed
Add missing snapshots. Fix linting issue.
1 parent fcfb21e commit f5fceb8

5 files changed

+14
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
,x
2+
0,1
3+
1,2
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
,key1,key2
2+
0,value1,test1
3+
1,value2,test2
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
,key
2+
0,value1
3+
1,value2
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
,numbers
2+
0,1
3+
1,2
4+
2,3

snappylapy/_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def pytest_configure(config: pytest.Config) -> None:
131131
"""Register the markers used."""
132132
config.addinivalue_line(
133133
"markers",
134-
"snappylapy(foreach_folder_in=None, output_dir=None, depends=None): Mark the test to use snappylapy plugin functionalities.",
134+
"snappylapy(foreach_folder_in=None, output_dir=None, depends=None): Mark the test to use snappylapy plugin functionalities.", # noqa: E501
135135
) # TODO: Add link to documentation
136136

137137

0 commit comments

Comments
 (0)