mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
20 lines
305 B
Python
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()
|