mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
GitOrigin-RevId: 090a86cd58c51636f0a3fb39220cc55e0b64ed98
7 lines
102 B
Python
7 lines
102 B
Python
from unittest import TestCase
|
|
|
|
|
|
class TestFoo(TestCase):
|
|
def test_test(self):
|
|
self.fail()
|