Home
last modified time | relevance | path

Searched refs:TestResourceManager (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-testresources/testresources-2.0.1/doc/
H A Dexample.py20 from testresources import TestResourceManager
23 class SampleTestResource(TestResourceManager):
36 class SampleWithDependencies(TestResourceManager):
/dports/devel/py-testresources/testresources-2.0.1/
H A DREADME.rst54 ``TestResourceManager``) which acts as a kind of factory, and a 'resource'
102 testresources.TestResourceManager
136 whether ``TestResourceManager.dirtied`` has been called or any of the
141 class TemporaryDirectoryResource(TestResourceManager):
159 class DataBaseResource(TestResourceManager):
163 Most importantly, two getResources to the same TestResourceManager with no
172 A sample TestResourceManager can be found in the doc/ folder.
174 See pydoc testresources.TestResourceManager for details.
240 ``TestResourceManager.dirtied`` on the first operation that mutates it.
255 * If the resource is held inside the TestResourceManager object, and the
[all …]
H A DPKG-INFO62 ``TestResourceManager``) which acts as a kind of factory, and a 'resource'
110 testresources.TestResourceManager
144 whether ``TestResourceManager.dirtied`` has been called or any of the
149 class TemporaryDirectoryResource(TestResourceManager):
167 class DataBaseResource(TestResourceManager):
171 Most importantly, two getResources to the same TestResourceManager with no
180 A sample TestResourceManager can be found in the doc/ folder.
182 See pydoc testresources.TestResourceManager for details.
248 ``TestResourceManager.dirtied`` on the first operation that mutates it.
263 * If the resource is held inside the TestResourceManager object, and the
[all …]
H A DNEWS35 ``TestResourceManager``. This is called from ``reset`` which should no
41 * TestResourceManager.reset() was not taking dependency dirtiness into
81 * Rename TestResource to TestResourceManager leaving TestResource as an alias.
H A DChangeLog36 * * TestResourceManager.reset() was not taking dependency dirtiness into consideration. (Brian Suth…
66 * TestResource -> TestResourceManager
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestResourceManager.cpp28 void TestResourceManager::koShapeResource() in koShapeResource()
38 void TestResourceManager::testUnitChanged() in testUnitChanged()
52 QTEST_MAIN(TestResourceManager)
H A DTestResourceManager.h25 class TestResourceManager : public QObject
/dports/devel/py-testresources/testresources-2.0.1/testresources.egg-info/
H A DPKG-INFO62 ``TestResourceManager``) which acts as a kind of factory, and a 'resource'
110 testresources.TestResourceManager
144 whether ``TestResourceManager.dirtied`` has been called or any of the
149 class TemporaryDirectoryResource(TestResourceManager):
167 class DataBaseResource(TestResourceManager):
171 Most importantly, two getResources to the same TestResourceManager with no
180 A sample TestResourceManager can be found in the doc/ folder.
182 See pydoc testresources.TestResourceManager for details.
248 ``TestResourceManager.dirtied`` on the first operation that mutates it.
263 * If the resource is held inside the TestResourceManager object, and the
[all …]
/dports/devel/py-testresources/testresources-2.0.1/testresources/tests/
H A Dtest_resource_graph.py43 resset1 = frozenset([testresources.TestResourceManager()])
44 resset2 = frozenset([testresources.TestResourceManager()])
50 res1 = testresources.TestResourceManager()
51 res2 = testresources.TestResourceManager()
H A Dtest_optimising_test_suite.py607 managers.append(testresources.TestResourceManager())
625 managers.append(testresources.TestResourceManager())
631 tempdir = testresources.TestResourceManager()
H A Dtest_test_resource.py49 class MockResource(testresources.TestResourceManager):
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestResourceManager.cpp31 void TestResourceManager::koShapeResource() in koShapeResource()
41 void TestResourceManager::testUnitChanged() in testUnitChanged()
71 void TestResourceManager::testConverters() in testConverters()
103 void TestResourceManager::testDerivedChanged() in testDerivedChanged()
199 void TestResourceManager::testComplexResource() in testComplexResource()
403 void TestResourceManager::testNeverChangingConverters() in testNeverChangingConverters()
430 QTEST_MAIN(TestResourceManager)
H A DTestResourceManager.h25 class TestResourceManager : public QObject
/dports/devel/py-pyvisa-py/PyVISA-py-0.5.2/pyvisa_py/testsuite/keysight_assisted_tests/
H A Dtest_resource_manager.py8 TestResourceManager as BaseTestResourceManager,
/dports/devel/py-testresources/testresources-2.0.1/testresources/
H A D__init__.py432 class TestResourceManager(object): class
655 TestResource = TestResourceManager
658 class GenericResource(TestResourceManager):
700 class FixtureResource(TestResourceManager):
/dports/devel/py-oslo.db/oslo.db-11.1.0/oslo_db/sqlalchemy/
H A Dprovision.py74 class BackendResource(testresources.TestResourceManager):
97 class DatabaseResource(testresources.TestResourceManager):
160 class SchemaResource(testresources.TestResourceManager):
/dports/www/py-bottle/bottle-0.12.19/test/
H A Dtest_resources.py5 class TestResourceManager(unittest.TestCase): class
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/
H A DTestResourceManager.java52 public class TestResourceManager { class
53 private static final Log LOG = LogFactory.getLog(TestResourceManager.class);
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/testsuite/keysight_assisted_tests/
H A Dtest_resource_manager.py21 class TestResourceManager: class
/dports/devel/py-setuptools44/setuptools-44.1.1/pkg_resources/tests/
H A Dtest_pkg_resources.py138 class TestResourceManager: class
/dports/devel/py-setuptools/setuptools-57.0.0/pkg_resources/tests/
H A Dtest_pkg_resources.py132 class TestResourceManager: class
/dports/devel/py-testtools/testtools-2.5.0/testtools/tests/
H A Dtest_testresult.py953 resource = testresources.TestResourceManager()
965 resource = testresources.TestResourceManager()
974 resource = testresources.TestResourceManager()
985 resource = testresources.TestResourceManager()
996 resource = testresources.TestResourceManager()