def test_runner(self):
        # TODO: currently this test is mainly fake and is intended at list to
        #       spot errors like typos etcetera by raising the code coverage

        config = ServerOptions()

        globaleaks_runner = GlobaLeaksRunner(config)

        yield globaleaks_runner.start_globaleaks()
Example #2
0
    def test_runner(self):
        # TODO: currently this test is mainly fake and is intended at list to
        #       spot errors like typos etcetera by raising the code coverage

        config = ServerOptions()

        globaleaks_runner = GlobaLeaksRunner(config)

        yield globaleaks_runner.start_globaleaks()
Example #3
0
    def test_runner(self):
        # TODO: currently this test is mainly fake and is intended at list to
        #       spot errors like typos etcetera by raising the code coverage

        config = ServerOptions()
        #runner.GLBaseRunner(config).run()
        #return

        globaleaks_runner = GlobaLeaksRunner(config)
        #a = yield globaleaks_runner.start_globaleaks()
        #print a

        #globaleaks_runner.start_asynchronous_jobs()
        yield globaleaks_runner.start_globaleaks()
Example #4
0
    def test_runner(self):
        # TODO: currently this test is mainly fake and is intended at list to
        #       spot errors like typos etcetera by raising the code coverage

        config = ServerOptions()
        #runner.GLBaseRunner(config).run()
        #return

        globaleaks_runner = GlobaLeaksRunner(config)
        #a = yield globaleaks_runner.start_globaleaks()
        #print a

        #globaleaks_runner.start_asynchronous_jobs()
        yield globaleaks_runner.start_globaleaks()