Example #1
0
 def test_invalid_project(self):
     """Test the load_project command with an invalid project."""
     cli = CommandLine()
     cli.do_load_project(self.invalid_project_path)
Example #2
0
 def test_synthesis_fileset(self):
     cli = CommandLine()
     cli.do_load_project(self.project_path)
     cli.do_show_synthesis_fileset('')
Example #3
0
 def test_missing_project(self):
     """Test the load_project command with an invalid path."""
     cli = CommandLine()
     cli.do_load_project('invalid/project/path')