test_ok2/testing/example_scripts/unittest/test_unittest_plain_async.py

8 lines
127 B
Python

# mypy: allow-untyped-defs
import unittest
class Test(unittest.TestCase):
async def test_foo(self):
assert False