Files
dyn2py/tests/test_PythonFile.py
2023-03-10 20:45:07 +01:00

20 lines
305 B
Python

import unittest
from tests.support import *
class TestPythonFile(unittest.TestCase):
pass
# Missing variables:
# code
# header_data
# text
# open_files
# Missing methods:
# generate_text()
# update_dynamo()
# get_source_dynamo_file()
# read()
# write()