Searched refs:test (Results 1 - 9 of 9) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py24 # Define the basic classes that all test cases are inherited from.
25 # The currently defined test case classes are:
96 # Location of root of test suite.
123 """An exception used to signal that a test was skipped.
126 that some prerequisite of the test is unsatisfied. A string
143 # Version test suite is known to work with.
216 the test case class' debug() method.
246 bogus_url = "test.0.invalid"
620 "ips.test.{0:d}".format(self.__pid), "{0:d}".format(self.ident))
644 # files and dirs inside the test director
[all...]
H A Drun.py68 -a <dir> Archive failed test cases to <dir>/$pid/$testcasename
72 -f Show fail/error information even when test is expected to fail
84 -z <port> Lowest port the test suite should use
101 # These warnings only happen in the test suite when importing
239 if name.startswith("test"):
289 # Make sure it's a test case
298 # Make sure its a test method
301 # Skip some test cases for Python 3.
311 # it doesn't match the test pattern
340 for test i
[all...]
/pkg/src/modules/bundle/
H A D__init__.py93 if bmodule.test(filename):
H A DTarBundle.py79 def test(filename): function
H A DDirectoryBundle.py143 def test(filename): function
H A DSolarisPackageDatastreamBundle.py197 def test(filename): function
H A DSolarisPackageDirBundle.py302 def test(filename): function
/pkg/src/modules/client/linkedimage/
H A Dcommon.py2779 def __push_data(self, root, path, data, tmp, test):
2816 # were just doing a test to see if the data has
2818 if not updated or test:
2832 def __push_ppkgs(self, ppkgs, tmp=False, test=False):
2841 ppkgs, tmp, test)
2843 def __push_pfacets(self, pfacets, tmp=False, test=False):
2852 pfacets, tmp, test)
2855 def __push_props(self, tmp=False, test=False):
2871 props, tmp, test)
2873 def __push_ppubs(self, ppubs, tmp=False, test
[all...]
/pkg/src/modules/
H A Dquery_parser.py179 def test(self, data): member in class:QueryLexer

Completed in 68 milliseconds