test_ok2/testing/example_scripts/unittest/test_unittest_plain_async.py

7 lines
100 B
Python
Raw Normal View History

import unittest
class Test(unittest.TestCase):
async def test_foo(self):
assert False