We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274d1e5 commit b6bdb77Copy full SHA for b6bdb77
examples/nichtparasoup-imagecrawler-plugin/tests/test_90_examples/test_shipped_config_files.py
@@ -15,8 +15,8 @@ class ShippedExampleConfigFileTest(ConfigFileTest):
15
def test_has_examples(self) -> None:
16
self.assertGreater(len(self.__class__.__EXAMPLE_FILES), 0)
17
18
- @pytest.mark.online # type: ignore # probing goes over the internet
19
- @pytest.mark.slow # type: ignore # probing might be slow
+ @pytest.mark.online # probing goes over the internet
+ @pytest.mark.slow # probing might be slow
20
@idata((basename(file),) for file in __EXAMPLE_FILES) # type: ignore
21
@unpack # type: ignore
22
def test_example(self, filename: str) -> None:
0 commit comments