src/c/2/c2.sample.csvworkflow-1.1/c2/sample/csvworkflow/tests/testSetup.py c2.sample.csvworkflow(Download)
# -*- coding: utf-8 -*- import unittest import Testing
src/b/a/banyanims-HEAD/trunk/dependencies/zope-instance-2.7.4-0/Products/ZopeTree/framework.py banyanims(Download)
sys.exit(1)
import Testing, unittest
execfile(os.path.join(os.path.dirname(Testing.__file__), 'common.py'))
src/b/a/banyanims-HEAD/trunk/dependencies/ZopeTree/framework.py banyanims(Download)
sys.exit(1)
import Testing, unittest
execfile(os.path.join(os.path.dirname(Testing.__file__), 'common.py'))
src/d/a/DataPipeline-1.2/DataPipeline/PipelineApp.py DataPipeline(Download)
def runTests(self):
"""Run tests"""
import Testing
Testing.formatTests(Testing.basictests)
print 'tests completed ok'
src/t/k/tkintertable-1.1.1/tkintertable/newtable.py tkintertable(Download)
from TableModels import TableModel from Tables import AutoScrollbar import Testing import math
src/t/k/tkintertable-1.1.1/newtable.py tkintertable(Download)
from TableModels import TableModel from Tables import AutoScrollbar import Testing import math
src/p/r/Products.PloneTestCase-0.9.15/Products/PloneTestCase/framework.py Products.PloneTestCase(Download)
sys.exit(1)
import Testing
import unittest
execfile(os.path.join(os.path.dirname(Testing.__file__), 'common.py'))
src/p/r/Products.ifSearchMonitor-0.4dev/Products/ifSearchMonitor/tests/framework.py Products.ifSearchMonitor(Download)
sys.exit(1)
import Testing, unittest
execfile(os.path.join(os.path.dirname(Testing.__file__), 'common.py'))
src/p/r/Products.SimpleUserFolder-2.0.0/Products/SimpleUserFolder/tests/base.py Products.SimpleUserFolder(Download)
# See license.txt for more details. import Testing from unittest import TestCase
src/p/r/Products.PortalTaxonomy-0.5.0/Products/PortalTaxonomy/tests/framework.py Products.PortalTaxonomy(Download)
sys.exit(1)
import Testing, unittest
execfile(os.path.join(os.path.dirname(Testing.__file__), 'common.py'))
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next