How to use the tmt.WinstoneServer.addPlugin function in tmt

To help you get started, we’ve selected a few tmt examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github thewca / tnoodle / cubecomps / tmtproject.py View on Github external
def configure(self):
        tmt.EclipseProject.configure(self)
        tmt.WinstoneServer.addPlugin(self, needsDb=True)
github thewca / tnoodle / tnoodlejs / tmtproject.py View on Github external
def configure(self):
        tmt.EclipseProject.configure(self)
        tmt.WinstoneServer.addPlugin(self)
        self.scramblesProject = tmt.TmtProject.projects['scrambles']
        self.postProcessedDir = join(self.scramblesProject.name, 'postprocessed')