mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Tests, documentation, fixes
This commit is contained in:
19
tests/test_PythonFile.py
Normal file
19
tests/test_PythonFile.py
Normal file
@@ -0,0 +1,19 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user