#!/usr/bin/env python # -*- mode: Python; encoding: UTF-8 -*- import unittest class A(unittest.TestCase): def test_1(self): pass