gazprea-fuzzer-python/ast_generator/test/test_scope.py

11 lines
147 B
Python
Raw Permalink Normal View History

import unittest
class MyTestCase(unittest.TestCase):
def test_something(self):
pass
if __name__ == '__main__':
unittest.main()