File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4343class FileSets (TestCase ):
4444 def test_Parsing (self ):
4545 xprPath = Path .cwd () / "tests/VivadoProject/StopWatch/project/StopWatch.xpr"
46- print ()
47- print (f"{ xprPath } " )
46+ # print()
47+ # print(f"{xprPath}")
4848 xprFile = VivadoProjectFile (xprPath )
4949 xprFile .Parse ()
5050
@@ -67,10 +67,10 @@ def test_Parsing(self):
6767 self .assertEqual (len (expectedFilsesetNames ), len (filesets ))
6868 self .assertSequenceEqual (expectedFilsesetNames , filesets )
6969
70- print (f"Project: { project .Name } " )
71- for designName , design in project .Designs .items ():
72- print (f" Design: { designName } " )
73- for fileSetName , fileSet in design .FileSets .items ():
74- print (f" FileSet: { fileSetName } " )
75- for file in fileSet .Files ():
76- print (f" { file .ResolvedPath } " )
70+ # print(f"Project: {project.Name}")
71+ # for designName, design in project.Designs.items():
72+ # print(f" Design: {designName}")
73+ # for fileSetName, fileSet in design.FileSets.items():
74+ # print(f" FileSet: {fileSetName}")
75+ # for file in fileSet.Files():
76+ # print(f" {file.ResolvedPath}")
You can’t perform that action at this time.
0 commit comments