Skip to content

Commit cbcd0b9

Browse files
committed
Add a test that obviously fails
1 parent a23d40e commit cbcd0b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_import/test_lazy_imports.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ def tearDown(self):
381381
sys.set_lazy_imports_filter(None)
382382
sys.set_lazy_imports("normal")
383383

384+
def test_that_fails(self):
385+
self.assertTrue(False)
386+
384387
def test_dunder_lazy_import(self):
385388
"""__lazy_import__ should create lazy import proxy."""
386389
import test.test_import.data.lazy_imports.dunder_lazy_import

0 commit comments

Comments
 (0)